aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-08-10 00:01:06 +0000
committerLuc Teirlinck2005-08-10 00:01:06 +0000
commit142b8412ec5940ca94a0eeaf5e065b4275eab209 (patch)
treed4475ff474b04eae82b820fd43b19ec0f5e1852a
parent682591cf3cd54f31c07365458f7383be55c51762 (diff)
downloademacs-142b8412ec5940ca94a0eeaf5e065b4275eab209.tar.gz
emacs-142b8412ec5940ca94a0eeaf5e065b4275eab209.zip
(menu-bar-options-save): Move `display-time-mode' to correct group: it
is set with `menu-bar-make-mm-toggle' (pointed out by Juri Linkov). Add `display-battery-mode'.
-rw-r--r--lisp/menu-bar.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 285206aefac..250eca12134 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -641,7 +641,8 @@ by \"Save Options\" in Custom buffers.")
641 ;; put on a customized-value property. 641 ;; put on a customized-value property.
642 (dolist (elt '(line-number-mode column-number-mode size-indication-mode 642 (dolist (elt '(line-number-mode column-number-mode size-indication-mode
643 cua-mode show-paren-mode transient-mark-mode 643 cua-mode show-paren-mode transient-mark-mode
644 global-font-lock-mode blink-cursor-mode)) 644 global-font-lock-mode blink-cursor-mode
645 display-time-mode display-battery-mode))
645 (and (customize-mark-to-save elt) 646 (and (customize-mark-to-save elt)
646 (setq need-save t))) 647 (setq need-save t)))
647 ;; These are set with `customize-set-variable'. 648 ;; These are set with `customize-set-variable'.
@@ -650,7 +651,7 @@ by \"Save Options\" in Custom buffers.")
650 tooltip-mode menu-bar-mode tool-bar-mode 651 tooltip-mode menu-bar-mode tool-bar-mode
651 save-place uniquify-buffer-name-style fringe-mode 652 save-place uniquify-buffer-name-style fringe-mode
652 indicate-empty-lines indicate-buffer-boundaries 653 indicate-empty-lines indicate-buffer-boundaries
653 case-fold-search display-time-mode auto-compression-mode 654 case-fold-search auto-compression-mode
654 current-language-environment default-input-method 655 current-language-environment default-input-method
655 ;; Saving `text-mode-hook' is somewhat questionable, 656 ;; Saving `text-mode-hook' is somewhat questionable,
656 ;; as we might get more than we bargain for, if 657 ;; as we might get more than we bargain for, if