# HG changeset patch # User Gerd Moellmann # Date 952287572 0 # Node ID 694ac11a3e1ca2af349a5d1532396f1f35a5b97f # Parent fed7f17af8c18edc908443e29319c96e3145133d (QCdata): Moved here from xfns.c. (syms_of_xdisp): Initialize QCdata. diff -r fed7f17af8c1 -r 694ac11a3e1c src/xdisp.c --- 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");