From: Masatake YAMATO Date: Sun, 13 Apr 2003 06:30:59 +0000 (+0000) Subject: (toplevel): Don't change the face X-Git-Tag: ttn-vms-21-2-B4~10524 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=457bc85868b5bf0f510411b064b040b912b691a3;p=emacs.git (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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8dea5e62fb8..55563864e85 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2003-04-13 Masatake YAMATO + + * 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 * add-log.el (change-log-version-number-search): Fix old bug. 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"