From: Dan Nicolaescu Date: Mon, 14 Nov 2005 08:03:59 +0000 (+0000) Subject: (menu-bar-options-menu): Delete "Syntax X-Git-Tag: emacs-pretest-22.0.90~5915 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cadb1c906a8d211093da863d747e2c21658ad952;p=emacs.git (menu-bar-options-menu): Delete "Syntax Highlighting" entry, it is on by default now. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35aa5fca167..3504174cdea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-11-14 Dan Nicolaescu + + * menu-bar.el (menu-bar-options-menu): Delete "Syntax + Highlighting" entry, it is on by default now. + 2005-11-13 Richard M. Stallman * textmodes/flyspell.el (flyspell-large-region): diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 902b48e0a50..1d7f9fb452b 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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)")) ;; The "Tools" menu items