Mercurial > emacs
changeset 26574:5510d0cc07c3
Don't duplicate Qmode_line definition done elsewhere.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 24 Nov 1999 14:38:09 +0000 |
parents | e219195abf40 |
children | 43e8fbbd472b |
files | src/xfaces.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfaces.c Wed Nov 24 14:37:53 1999 +0000 +++ b/src/xfaces.c Wed Nov 24 14:38:09 1999 +0000 @@ -288,8 +288,9 @@ /* 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 @@ 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");