]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-options-menu): Delete "Syntax
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 14 Nov 2005 08:03:59 +0000 (08:03 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 14 Nov 2005 08:03:59 +0000 (08:03 +0000)
Highlighting" entry, it is on by default now.

lisp/ChangeLog
lisp/menu-bar.el

index 35aa5fca167205b975f91dbb24d6d25b18789455..3504174cdeaf63d70da403118a7e0164f6c6a3ab 100644 (file)
@@ -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):
index 902b48e0a50cd33d8ad75bbc060178187862d2d0..1d7f9fb452ba6871cde918271694eb876c7d6188 100644 (file)
@@ -1053,10 +1053,6 @@ mail status in mode line"))
                           "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)"))
 
 \f
 ;; The "Tools" menu items