summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-11-24 14:28:33 +0000
committerDave Love <fx@gnu.org>1999-11-24 14:28:33 +0000
commit71cc71f3c4f91c463cfeae3e5b371af5ca4685ca (patch)
tree86c02066f79e11a65777a45bec40d08480f54740
parentc80c72cba5a401b611c0b9582cc901ed0147a937 (diff)
downloademacs-71cc71f3c4f91c463cfeae3e5b371af5ca4685ca.tar.gz
Don't duplicate Qdisplay definition done elsewhere.
-rw-r--r--src/xfns.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xfns.c b/src/xfns.c
index f915fa701bc..813b39a162e 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -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");