changeset 28002:694ac11a3e1c

(QCdata): Moved here from xfns.c. (syms_of_xdisp): Initialize QCdata.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 05 Mar 2000 20:19:32 +0000
parents fed7f17af8c1
children c75e18fc1a7a
files src/xdisp.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Sun Mar 05 20:18:07 2000 +0000
+++ b/src/xdisp.c	Sun Mar 05 20:19:32 2000 +0000
@@ -219,7 +219,7 @@
 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 @@
   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");