]> code.delx.au - gnu-emacs/commitdiff
(Qmouse_face): Replace definition with extern decl.
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Nov 1998 01:40:17 +0000 (01:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Nov 1998 01:40:17 +0000 (01:40 +0000)
(syms_of_xfaces): Initialization deleted.

src/xfaces.c

index 790cc368552538882a986d43e7538b0edcd15010..9b7c3a0dcd7d15b7c749218df0f5bc647785f854 100644 (file)
@@ -162,7 +162,7 @@ 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;
 
 int face_name_id_number ( /* FRAME_PTR, Lisp_Object name */ );
@@ -174,7 +174,7 @@ static void ensure_face_ready ( /* FRAME_PTR, int id */ );
 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;
 \f
 /* Allocating, copying, and comparing struct faces.  */
 
@@ -1312,8 +1312,6 @@ syms_of_xfaces ()
 #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);