# HG changeset patch # User Dan Nicolaescu # Date 1131955439 0 # Node ID d839e7b2c0c8e0e98c6fb2bc3bcc8f5720c9af96 # Parent be8f2b3dbe657a2d547399a02fde887adbfbd5d3 (menu-bar-options-menu): Delete "Syntax Highlighting" entry, it is on by default now. diff -r be8f2b3dbe65 -r d839e7b2c0c8 lisp/ChangeLog --- 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 + + * 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 -r be8f2b3dbe65 -r d839e7b2c0c8 lisp/menu-bar.el --- 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