From: Geoff Voelker Date: Wed, 4 Nov 1998 01:26:24 +0000 (+0000) Subject: (Qmouse_face): Replace definition with extern decl. X-Git-Tag: emacs-20.4~1326 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f2b56a5d967cffb36c26f00e83568c8e6207bbb2;p=emacs.git (Qmouse_face): Replace definition with extern decl. --- diff --git a/src/w32faces.c b/src/w32faces.c index 3763b600a55..6b9356a95b0 100644 --- a/src/w32faces.c +++ b/src/w32faces.c @@ -134,9 +134,11 @@ static int region_face; does not specify that display aspect. */ #define FACE_DEFAULT (~0) -Lisp_Object Qface, Qmouse_face; +Lisp_Object Qface; Lisp_Object Qpixmap_spec_p; +extern Lisp_Object Qmouse_face; /* In textprop.c. */ + int face_name_id_number ( /* FRAME_PTR, Lisp_Object name */ ); struct face *intern_face ( /* FRAME_PTR, struct face * */ );