diff src/xfaces.c @ 23730:c71c3ac4b80a

(Qmouse_face): Replace definition with extern decl. (syms_of_xfaces): Initialization deleted.
author Richard M. Stallman <rms@gnu.org>
date Wed, 18 Nov 1998 01:40:17 +0000
parents 915b4091ede1
children b52cdabf9253
line wrap: on
line diff
--- a/src/xfaces.c	Wed Nov 18 01:38:14 1998 +0000
+++ b/src/xfaces.c	Wed Nov 18 01:40:17 1998 +0000
@@ -162,7 +162,7 @@
    does not specify that display aspect.  */
 #define FACE_DEFAULT (~0)
 
-Lisp_Object Qface, Qmouse_face;
+Lisp_Object Qface;
 Lisp_Object Qpixmap_spec_p;
 
 int face_name_id_number ( /* FRAME_PTR, Lisp_Object name */ );
@@ -174,7 +174,7 @@
 void recompute_basic_faces ( /* FRAME_PTR f */ );
 static void merge_face_list ( /* FRAME_PTR, struct face *, Lisp_Object */ );
 
-extern Lisp_Object Qforeground_color, Qbackground_color;
+extern Lisp_Object Qforeground_color, Qbackground_color, Qmouse_face;
 
 /* Allocating, copying, and comparing struct faces.  */
 
@@ -1312,8 +1312,6 @@
 #ifdef HAVE_FACES
   Qface = intern ("face");
   staticpro (&Qface);
-  Qmouse_face = intern ("mouse-face");
-  staticpro (&Qmouse_face);
   Qpixmap_spec_p = intern ("pixmap-spec-p");
   staticpro (&Qpixmap_spec_p);