mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
Don't duplicate Qmode_line definition done elsewhere.
This commit is contained in:
parent
35a8911d39
commit
fb4927c45d
1 changed files with 2 additions and 3 deletions
|
|
@ -288,8 +288,9 @@ Lisp_Object Qframe_update_face_colors;
|
|||
|
||||
/* Names of basic faces. */
|
||||
|
||||
Lisp_Object Qdefault, Qmode_line, Qtool_bar, Qregion, Qfringe;
|
||||
Lisp_Object Qdefault, Qtool_bar, Qregion, Qfringe;
|
||||
Lisp_Object Qheader_line, Qscroll_bar, Qcursor, Qborder, Qmouse, Qmenu;
|
||||
extern Lisp_Object Qmode_line;
|
||||
|
||||
/* The symbol `face-alias'. A symbols having that property is an
|
||||
alias for another face. Value of the property is the name of
|
||||
|
|
@ -6580,8 +6581,6 @@ syms_of_xfaces ()
|
|||
staticpro (&Qface_alias);
|
||||
Qdefault = intern ("default");
|
||||
staticpro (&Qdefault);
|
||||
Qmode_line = intern ("mode-line");
|
||||
staticpro (&Qmode_line);
|
||||
Qtool_bar = intern ("tool-bar");
|
||||
staticpro (&Qtool_bar);
|
||||
Qregion = intern ("region");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue