Mercurial > emacs
changeset 47189:4e4edde4b0a6
(Qbox): Declare external, don't define.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 01 Sep 2002 13:44:53 +0000 |
parents | fc2b2a9d0188 |
children | 85923ab92112 |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Sun Sep 01 13:43:38 2002 +0000 +++ b/src/xfns.c Sun Sep 01 13:44:53 2002 +0000 @@ -187,7 +187,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;