summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorMasatake YAMATO <jet@gyve.org>2003-04-13 06:30:59 +0000
committerMasatake YAMATO <jet@gyve.org>2003-04-13 06:30:59 +0000
commit457bc85868b5bf0f510411b064b040b912b691a3 (patch)
tree5ef8e9904bbe4e861d56fcebe95378516a91168f /lisp/bindings.el
parentfc9b05545232b7448e8351d19107768d0c2a2523 (diff)
(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.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 0d3f0c7e933..f95a3f588c2 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -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"