(QCdata): Moved to xdisp.c.
authorGerd Moellmann <gerd@gnu.org>
Sun, 5 Mar 2000 20:18:07 +0000 (20:18 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 5 Mar 2000 20:18:07 +0000 (20:18 +0000)
src/xfns.c

index 3e9ebb7..bf241d0 100644 (file)
@@ -5796,8 +5796,9 @@ Lisp_Object Qxbm;
 
 /* 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 @@ Each element of the list is a symbol for a supported image type.");
   staticpro (&QCheuristic_mask);
   QCcolor_symbols = intern (":color-symbols");
   staticpro (&QCcolor_symbols);
-  QCdata = intern (":data");
-  staticpro (&QCdata);
   QCascent = intern (":ascent");
   staticpro (&QCascent);
   QCmargin = intern (":margin");