]> git.eshelyaron.com Git - emacs.git/commitdiff
(QCtype): Remove duplicate declaration and
authorKim F. Storm <storm@cua.dk>
Thu, 21 Mar 2002 12:22:32 +0000 (12:22 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 21 Mar 2002 12:22:32 +0000 (12:22 +0000)
initialization (is now declared in process.c).

src/w32fns.c
src/xfns.c

index 82767a029c10af1ed32b33133f035f2884e0be72..4cf12d0f988d6bd66f695b7c6bc3ae6a4eb5a720 100644 (file)
@@ -8168,8 +8168,8 @@ Lisp_Object Qxbm;
 /* Keywords.  */
 
 extern Lisp_Object QCwidth, QCheight, QCforeground, QCbackground, QCfile;
-extern Lisp_Object QCdata;
-Lisp_Object QCtype, QCascent, QCmargin, QCrelief;
+extern Lisp_Object QCdata, QCtype;
+Lisp_Object QCascent, QCmargin, QCrelief;
 Lisp_Object QCconversion, QCcolor_symbols, QCheuristic_mask;
 Lisp_Object QCindex, QCmatrix, QCcolor_adjustment, QCmask;
 
@@ -15238,8 +15238,6 @@ versions of Windows) characters.  */);
   /* Images.  */
   Qxbm = intern ("xbm");
   staticpro (&Qxbm);
-  QCtype = intern (":type");
-  staticpro (&QCtype);
   QCconversion = intern (":conversion");
   staticpro (&QCconversion);
   QCheuristic_mask = intern (":heuristic-mask");
index 07097837080538139a7361273ffe36c2e77e6da9..1f22f007ba591d84d63841dc05a7e627785d906a 100644 (file)
@@ -5455,8 +5455,8 @@ Lisp_Object Qxbm;
 /* Keywords.  */
 
 extern Lisp_Object QCwidth, QCheight, QCforeground, QCbackground, QCfile;
-extern Lisp_Object QCdata;
-Lisp_Object QCtype, QCascent, QCmargin, QCrelief;
+extern Lisp_Object QCdata, QCtype;
+Lisp_Object QCascent, QCmargin, QCrelief;
 Lisp_Object QCconversion, QCcolor_symbols, QCheuristic_mask;
 Lisp_Object QCindex, QCmatrix, QCcolor_adjustment, QCmask;
 
@@ -12121,8 +12121,6 @@ meaning don't clear the cache.  */);
   /* Images.  */
   Qxbm = intern ("xbm");
   staticpro (&Qxbm);
-  QCtype = intern (":type");
-  staticpro (&QCtype);
   QCconversion = intern (":conversion");
   staticpro (&QCconversion);
   QCheuristic_mask = intern (":heuristic-mask");