changeset 47145:4443bcf5193e

(Qbar, Qbox): Removed. (syms_of_macfns): Don't intern or staticpro them.
author Kim F. Storm <storm@cua.dk>
date Fri, 30 Aug 2002 12:07:30 +0000
parents aef410a9a629
children 4afe5ef50bf4
files src/macfns.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/macfns.c	Fri Aug 30 12:05:31 2002 +0000
+++ b/src/macfns.c	Fri Aug 30 12:07:30 2002 +0000
@@ -199,10 +199,8 @@
 /*&&& symbols declared here &&&*/
 Lisp_Object Qauto_raise;
 Lisp_Object Qauto_lower;
-Lisp_Object Qbar;
 Lisp_Object Qborder_color;
 Lisp_Object Qborder_width;
-Lisp_Object Qbox;
 Lisp_Object Qcursor_color;
 Lisp_Object Qcursor_type;
 Lisp_Object Qgeometry;
@@ -9889,14 +9887,10 @@
   staticpro (&Qauto_raise);
   Qauto_lower = intern ("auto-lower");
   staticpro (&Qauto_lower);
-  Qbar = intern ("bar");
-  staticpro (&Qbar);
   Qborder_color = intern ("border-color");
   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");