Don't duplicate Qdisplay definition done elsewhere.
authorDave Love <fx@gnu.org>
Wed, 24 Nov 1999 14:28:33 +0000 (14:28 +0000)
committerDave Love <fx@gnu.org>
Wed, 24 Nov 1999 14:28:33 +0000 (14:28 +0000)
src/xfns.c

index f915fa7..813b39a 100644 (file)
@@ -246,7 +246,7 @@ Lisp_Object Qx_frame_parameter;
 Lisp_Object Qx_resource_name;
 Lisp_Object Quser_position;
 Lisp_Object Quser_size;
-Lisp_Object Qdisplay;
+extern Lisp_Object Qdisplay;
 Lisp_Object Qscroll_bar_foreground, Qscroll_bar_background;
 Lisp_Object Qscreen_gamma;
 
@@ -10192,8 +10192,6 @@ syms_of_xfns ()
   staticpro (&Quser_position);
   Quser_size = intern ("user-size");
   staticpro (&Quser_size);
-  Qdisplay = intern ("display");
-  staticpro (&Qdisplay);
   Qscroll_bar_foreground = intern ("scroll-bar-foreground");
   staticpro (&Qscroll_bar_foreground);
   Qscroll_bar_background = intern ("scroll-bar-background");