From cadb1c906a8d211093da863d747e2c21658ad952 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Mon, 14 Nov 2005 08:03:59 +0000 Subject: [PATCH] (menu-bar-options-menu): Delete "Syntax Highlighting" entry, it is on by default now. --- lisp/ChangeLog | 5 +++++ lisp/menu-bar.el | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) 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 -- 2.39.2