changeset 66857:d839e7b2c0c8

(menu-bar-options-menu): Delete "Syntax Highlighting" entry, it is on by default now.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 14 Nov 2005 08:03:59 +0000
parents be8f2b3dbe65
children 5efe1788a37c
files lisp/ChangeLog lisp/menu-bar.el
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Nov 14 04:53:14 2005 +0000
+++ b/lisp/ChangeLog	Mon Nov 14 08:03:59 2005 +0000
@@ -1,3 +1,8 @@
+2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* menu-bar.el (menu-bar-options-menu): Delete "Syntax
+	Highlighting" entry, it is on by default now.
+
 2005-11-13  Richard M. Stallman  <rms@gnu.org>
 
 	* textmodes/flyspell.el (flyspell-large-region):
--- a/lisp/menu-bar.el	Mon Nov 14 04:53:14 2005 +0000
+++ b/lisp/menu-bar.el	Mon Nov 14 08:03:59 2005 +0000
@@ -1053,10 +1053,6 @@
 			   "Active Region Highlighting"
 			   "Make text in active region stand out in color (Transient Mark mode)"
 			   (:enable (not cua-mode))))
-(define-key menu-bar-options-menu [toggle-global-lazy-font-lock-mode]
-  (menu-bar-make-mm-toggle global-font-lock-mode
-			   "Syntax Highlighting"
-			   "Colorize text based on language syntax (Global Font Lock mode)"))
 
 
 ;; The "Tools" menu items