1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00

(Qbox): Declare external, don't define.

This commit is contained in:
Richard M. Stallman 2002-09-01 13:44:53 +00:00
parent b60c965364
commit 133cfefd7b

View file

@ -187,7 +187,7 @@ Lisp_Object Qauto_raise;
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;