1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-26 00:01:47 -07:00

[MPS] Staticpro safe_terminal_coding.src_object, .dst_object

* src/coding.c (syms_of_coding): Staticpro
safe_terminal_coding.src_object and safe_terminal-coding.dst_object.
This commit is contained in:
Pip Cet 2026-03-20 19:26:44 +00:00
parent 91d636093b
commit 1bf5417bed

View file

@ -11793,6 +11793,8 @@ syms_of_coding (void)
Vbig5_coding_system = Qnil;
#ifdef HAVE_MPS
staticpro (&safe_terminal_coding.src_object);
staticpro (&safe_terminal_coding.dst_object);
staticpro (&safe_terminal_coding.safe_charsets_string);
#endif