From dbcee71a279db0f0eab0c56df8f960bd9263de5d Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 7 Sep 2000 13:51:59 +0000 Subject: [PATCH] (menu-bar-options-menu): Fix the font-lock toggle. --- lisp/ChangeLog | 4 ++++ lisp/menu-bar.el | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 062399abcf..26fd0e4e80 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-09-07 Dave Love + + * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle. + 2000-09-07 Kenichi Handa * international/quail.el (quail-help): Fix previous change. diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 04e6f449cc..538a12db87 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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))) ;; 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)) -- 2.20.1