Mercurial > emacs
changeset 47161:6c6dca37308c
(Qbox): Make extern.
(syms_of_w32fns): Remove initialization of Qbox.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 30 Aug 2002 17:44:46 +0000 |
parents | d3ab779a5a75 |
children | 8d806d3990ed |
files | src/w32fns.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32fns.c Fri Aug 30 17:02:47 2002 +0000 +++ b/src/w32fns.c Fri Aug 30 17:44:46 2002 +0000 @@ -206,7 +206,7 @@ Lisp_Object Qauto_lower; Lisp_Object Qborder_color; Lisp_Object Qborder_width; -Lisp_Object Qbox; +extern Lisp_Object Qbox; Lisp_Object Qcursor_color; Lisp_Object Qcursor_type; Lisp_Object Qgeometry; @@ -14819,8 +14819,6 @@ 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");