[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/macfns.c
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/src/macfns.c |
Date: |
Fri, 30 Aug 2002 08:07:30 -0400 |
Index: emacs/src/macfns.c
diff -c emacs/src/macfns.c:1.11 emacs/src/macfns.c:1.12
*** emacs/src/macfns.c:1.11 Fri Aug 30 08:01:27 2002
--- emacs/src/macfns.c Fri Aug 30 08:07:30 2002
***************
*** 199,208 ****
/*&&& 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;
--- 199,206 ----
***************
*** 9889,9902 ****
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");
--- 9887,9896 ----