changeset 28001:fed7f17af8c1

(QCdata): Moved to xdisp.c.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 05 Mar 2000 20:18:07 +0000
parents 0521dc31dac0
children 694ac11a3e1c
files src/xfns.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Sun Mar 05 20:16:47 2000 +0000
+++ b/src/xfns.c	Sun Mar 05 20:18:07 2000 +0000
@@ -5796,8 +5796,9 @@
 
 /* Keywords.  */
 
-Lisp_Object QCtype, QCdata, QCascent, QCmargin, QCrelief;
 extern Lisp_Object QCwidth, QCheight, QCforeground, QCbackground, QCfile;
+extern Lisp_Object QCdata;
+Lisp_Object QCtype, QCascent, QCmargin, QCrelief;
 Lisp_Object QCalgorithm, QCcolor_symbols, QCheuristic_mask;
 Lisp_Object QCindex;
 
@@ -11225,8 +11226,6 @@
   staticpro (&QCheuristic_mask);
   QCcolor_symbols = intern (":color-symbols");
   staticpro (&QCcolor_symbols);
-  QCdata = intern (":data");
-  staticpro (&QCdata);
   QCascent = intern (":ascent");
   staticpro (&QCascent);
   QCmargin = intern (":margin");