# HG changeset patch # User Kim F. Storm # Date 1030709250 0 # Node ID 4443bcf5193e280a9fb811dcb8341b1fbf76643d # Parent aef410a9a629e9dc4ad22e035ca6177973ac1377 (Qbar, Qbox): Removed. (syms_of_macfns): Don't intern or staticpro them. diff -r aef410a9a629 -r 4443bcf5193e src/macfns.c --- 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");