1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-18 06:01:22 -08:00

(menu-bar-options-menu): Fix the font-lock toggle.

This commit is contained in:
Dave Love 2000-09-07 13:51:59 +00:00
parent 2b9eeded93
commit dbcee71a27
2 changed files with 7 additions and 3 deletions

View 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.

View 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)))
;; 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))