# HG changeset patch # User Juanma Barranquero # Date 1030729486 0 # Node ID 6c6dca37308c6e8634903f78b3e151fb16132f78 # Parent d3ab779a5a7517733ebac3ef284d93f5fd30e66d (Qbox): Make extern. (syms_of_w32fns): Remove initialization of Qbox. diff -r d3ab779a5a75 -r 6c6dca37308c src/w32fns.c --- 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");