aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/menu-bar.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 972f84ee6c7..9ff3de195dc 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -669,7 +669,8 @@ The selected font will be the default on both the existing and future frames."
669 (let ((need-save nil)) 669 (let ((need-save nil))
670 ;; These are set with menu-bar-make-mm-toggle, which does not 670 ;; These are set with menu-bar-make-mm-toggle, which does not
671 ;; put on a customized-value property. 671 ;; put on a customized-value property.
672 (dolist (elt '(line-number-mode column-number-mode size-indication-mode 672 (dolist (elt '(global-display-line-numbers-mode
673 line-number-mode column-number-mode size-indication-mode
673 cua-mode show-paren-mode transient-mark-mode 674 cua-mode show-paren-mode transient-mark-mode
674 blink-cursor-mode display-time-mode display-battery-mode 675 blink-cursor-mode display-time-mode display-battery-mode
675 ;; These are set by other functions that don't set 676 ;; These are set by other functions that don't set