diff options
Diffstat (limited to 'src/msdos.c')
-rw-r--r-- | src/msdos.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/msdos.c b/src/msdos.c index 73804df55cc..3f12bc85cbe 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -4267,8 +4267,7 @@ syms_of_msdos (void) #ifndef HAVE_X_WINDOWS /* The following two are from xfns.c: */ - Qreverse = intern_c_string ("reverse"); - staticpro (&Qreverse); + DEFSYM (Qreverse, "reverse"); DEFVAR_LISP ("dos-unsupported-char-glyph", Vdos_unsupported_char_glyph, doc: /* *Glyph to display instead of chars not supported by current codepage. |