]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-options-menu): Fix the font-lock toggle.
authorDave Love <fx@gnu.org>
Thu, 7 Sep 2000 13:51:59 +0000 (13:51 +0000)
committerDave Love <fx@gnu.org>
Thu, 7 Sep 2000 13:51:59 +0000 (13:51 +0000)
lisp/ChangeLog
lisp/menu-bar.el

index 062399abcf0b4efbc2fcb5fd83046406eb8d27d1..26fd0e4e802422f62f137bf32994f592320090df 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-07  Dave Love  <fx@gnu.org>
+
+       * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
+
 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
 
        * international/quail.el (quail-help): Fix previous change.
index 04e6f449ccb1507eea49dd268f31c4ae5473700a..538a12db8750c3da315e653933efaa308c6f2e1c 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: RMS
 ;; Maintainer: FSF
-;; Keywords: internal
+;; Keywords: internal, mouse
 
 ;; This file is part of GNU Emacs.
 
@@ -634,7 +634,7 @@ Do the same for the keys of the same name."
                        "Highlight Syntax (Global Font Lock)"
                        "Syntax Highlighting %s"
                        "Highlights text based on language syntax"
-                       global-font-lock-mode))
+                       (global-font-lock-mode)))
 
 \f
 ;; The "Tools" menu items
@@ -855,7 +855,7 @@ key (or menu-item)"))
   '(menu-item "Send Bug Report..." report-emacs-bug
              :help "Send e-mail to Emacs maintainers"))
 (define-key menu-bar-help-menu [emacs-manual]
-  '(menu-item "Read the Emacs manual"
+  '(menu-item "Read the Emacs Manual"
              (lambda () (interactive) (info "emacs"))))
 (define-key menu-bar-help-menu [emacs-problems]
   '(menu-item "Emacs Known Problems" view-emacs-problems))