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:
parent
91d636093b
commit
1bf5417bed
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue