mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
(Qmouse_face): Replace definition with extern decl.
This commit is contained in:
parent
01f31dfb5f
commit
f2b56a5d96
@ -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 * */ );
|
||||
|
Loading…
Reference in New Issue
Block a user