mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(menu-bar-options-menu): Delete "Syntax
Highlighting" entry, it is on by default now. (menu-bar-options-save): Do not save global-font-lock-mode.
This commit is contained in:
parent
cadb1c906a
commit
dea2460818
@ -2,6 +2,7 @@
|
||||
|
||||
* menu-bar.el (menu-bar-options-menu): Delete "Syntax
|
||||
Highlighting" entry, it is on by default now.
|
||||
(menu-bar-options-save): Do not save global-font-lock-mode.
|
||||
|
||||
2005-11-13 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
|
@ -641,8 +641,7 @@ by \"Save Options\" in Custom buffers.")
|
||||
;; put on a customized-value property.
|
||||
(dolist (elt '(line-number-mode column-number-mode size-indication-mode
|
||||
cua-mode show-paren-mode transient-mark-mode
|
||||
global-font-lock-mode blink-cursor-mode
|
||||
display-time-mode display-battery-mode))
|
||||
blink-cursor-mode display-time-mode display-battery-mode))
|
||||
(and (customize-mark-to-save elt)
|
||||
(setq need-save t)))
|
||||
;; These are set with `customize-set-variable'.
|
||||
|
Loading…
Reference in New Issue
Block a user