changeset 50577:e5f72e7c4f4c

(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.
author Masatake YAMATO <jet@gyve.org>
date Sun, 13 Apr 2003 06:30:59 +0000
parents b9c46e5ad0ab
children 2bf79af13e21
files lisp/ChangeLog lisp/bindings.el
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.
--- 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"