1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(toplevel): Don't change the face

of major-mode on the mode line. Setting the face on
the mode line code is installed by my mistake in
my last change.
This commit is contained in:
Masatake YAMATO 2003-04-13 06:30:59 +00:00
parent fc9b055452
commit 457bc85868
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2003-04-13 Masatake YAMATO <jet@gyve.org>
* bindings.el (toplevel): Don't change the face
of major-mode on the mode line. Setting the face on
the mode line code is installed by my mistake in
my last change.
2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
* add-log.el (change-log-version-number-search): Fix old bug.

View File

@ -300,8 +300,7 @@ Keymap to display on minor modes.")
(propertize "%[(" 'help-echo help-echo)
`(:propertize ("" mode-name)
help-echo "mouse-2: help for current major mode"
local-map ,mode-line-major-mode-keymap
mouse-face bold)
local-map ,mode-line-major-mode-keymap)
`(:propertize ("" mode-line-process))
`(:propertize ("" minor-mode-alist)
help-echo "mouse-2: help for minor modes, mouse-3: minor mode menu"