]> git.eshelyaron.com Git - emacs.git/commitdiff
(Qbox): Make extern.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Aug 2002 17:46:32 +0000 (17:46 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Aug 2002 17:46:32 +0000 (17:46 +0000)
(syms_of_w32fns): Remove initialization of Qbox.

src/ChangeLog
src/w32fns.c

index e0321af6b0fd1d578f07cc0c705c36f5e0cf8ff8..adbe6af8ec7f67e74620cabcaddddde66d83a7c6 100644 (file)
@@ -1,5 +1,8 @@
 2002-08-30  Juanma Barranquero  <lektu@terra.es>
 
+       * w32fns.c (Qbox): Make extern.
+       (syms_of_w32fns): Remove initialization of Qbox.
+
        * xfns.c (Fx_open_connection): Fix error message. Patch from Rune
        Kleveland <runekl@viewpoint.no>.
 
index 6bc51d638ddedf107c966129b86941077493599b..574b321a932f6c89849b4c4ae375856103ad252c 100644 (file)
@@ -206,7 +206,7 @@ Lisp_Object Qauto_raise;
 Lisp_Object Qauto_lower;
 Lisp_Object Qborder_color;
 Lisp_Object Qborder_width;
-Lisp_Object Qbox;
+extern Lisp_Object Qbox;
 Lisp_Object Qcursor_color;
 Lisp_Object Qcursor_type;
 Lisp_Object Qgeometry;
@@ -14819,8 +14819,6 @@ syms_of_w32fns ()
   staticpro (&Qborder_color);
   Qborder_width = intern ("border-width");
   staticpro (&Qborder_width);
-  Qbox = intern ("box");
-  staticpro (&Qbox);
   Qcursor_color = intern ("cursor-color");
   staticpro (&Qcursor_color);
   Qcursor_type = intern ("cursor-type");