# HG changeset patch # User Masatake YAMATO # Date 1050215459 0 # Node ID e5f72e7c4f4c80e6db74c7b1179d5f45bf066d77 # Parent b9c46e5ad0abfa95e8a0b74b0ea73fa6a1dabec3 (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 -r b9c46e5ad0ab -r e5f72e7c4f4c lisp/ChangeLog --- a/lisp/ChangeLog Sat Apr 12 23:13:03 2003 +0000 +++ b/lisp/ChangeLog Sun Apr 13 06:30:59 2003 +0000 @@ -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 -r b9c46e5ad0ab -r e5f72e7c4f4c lisp/bindings.el --- a/lisp/bindings.el Sat Apr 12 23:13:03 2003 +0000 +++ b/lisp/bindings.el Sun Apr 13 06:30:59 2003 +0000 @@ -300,8 +300,7 @@ (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"