]> git.eshelyaron.com Git - emacs.git/commitdiff
(Qmouse_face): Replace definition with extern decl.
authorGeoff Voelker <voelker@cs.washington.edu>
Wed, 4 Nov 1998 01:26:24 +0000 (01:26 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Wed, 4 Nov 1998 01:26:24 +0000 (01:26 +0000)
src/w32faces.c

index 3763b600a553d371f8b28da6794b392a950ac8d8..6b9356a95b01f38de6fe86ae80579a8cddbdd178 100644 (file)
@@ -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 * */ );