Mercurial > emacs
diff src/w32faces.c @ 23623:f6c3cc94ae4f
(Qmouse_face): Replace definition with extern decl.
| author | Geoff Voelker <voelker@cs.washington.edu> |
|---|---|
| date | Wed, 04 Nov 1998 01:26:24 +0000 |
| parents | 1050835fbcef |
| children | 9154af188477 |
line wrap: on
line diff
--- a/src/w32faces.c Tue Nov 03 22:39:04 1998 +0000 +++ b/src/w32faces.c Wed Nov 04 01:26:24 1998 +0000 @@ -134,9 +134,11 @@ 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 * */ );
