* xterm.c (syms_of_xterm): staticpro Qmodifier_value.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Nov 2013 03:09:48 +0000 (19:09 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Nov 2013 03:09:48 +0000 (19:09 -0800)
src/ChangeLog
src/xterm.c

index d924233..7ea7fb8 100644 (file)
@@ -1,5 +1,7 @@
 2013-11-12  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * xterm.c (syms_of_xterm): staticpro Qmodifier_value.
+
        * buffer.c (Fforce_mode_line_update): Don't fall off end of function
        that requires a return value.
        (Fset_buffer_modified_p): Take advantage of this change to do
index 9069546..b803cc1 100644 (file)
@@ -10587,7 +10587,7 @@ With MS Windows or Nextstep, the value is t.  */);
   Vx_toolkit_scroll_bars = Qnil;
 #endif
 
-  Qmodifier_value = intern_c_string ("modifier-value");
+  DEFSYM (Qmodifier_value, "modifier-value");
   Qalt = intern_c_string ("alt");
   Fput (Qalt, Qmodifier_value, make_number (alt_modifier));
   Qhyper = intern_c_string ("hyper");