# HG changeset patch # User Richard M. Stallman # Date 911353217 0 # Node ID c71c3ac4b80aa73cf710fa1036141b0e820248a8 # Parent cf1cbb0e5d5b48da137fa76f193f679d533cf662 (Qmouse_face): Replace definition with extern decl. (syms_of_xfaces): Initialization deleted. diff -r cf1cbb0e5d5b -r c71c3ac4b80a src/xfaces.c --- 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);