]> git.eshelyaron.com Git - emacs.git/commitdiff
(QCdata): Moved here from xfns.c.
authorGerd Moellmann <gerd@gnu.org>
Sun, 5 Mar 2000 20:19:32 +0000 (20:19 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 5 Mar 2000 20:19:32 +0000 (20:19 +0000)
(syms_of_xdisp): Initialize QCdata.

src/xdisp.c

index 1401da80a7542310ec16b08702331b323b3bb301..7ed073029ede39c6b8a47f6c814e28d27ac1213a 100644 (file)
@@ -219,7 +219,7 @@ Lisp_Object Qoverriding_local_map, Qoverriding_terminal_local_map;
 Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;
 Lisp_Object Qredisplay_end_trigger_functions;
 Lisp_Object Qinhibit_point_motion_hooks;
-Lisp_Object QCeval, Qwhen, QCfile;
+Lisp_Object QCeval, Qwhen, QCfile, QCdata;
 Lisp_Object Qfontified;
 
 /* Functions called to fontify regions of text.  */
@@ -12837,6 +12837,8 @@ syms_of_xdisp ()
   staticpro (&Qinhibit_point_motion_hooks);
   Qinhibit_point_motion_hooks = intern ("inhibit-point-motion-hooks");
 
+  QCdata = intern (":data");
+  staticpro (&QCdata);
   Qdisplay = intern ("display");
   staticpro (&Qdisplay);
   Qspace_width = intern ("space-width");