aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-11-21 19:42:32 -0500
committerGlenn Morris2017-11-21 19:42:32 -0500
commitdaa959efbc82cdd441fc5817acbccede54e58ee0 (patch)
tree49b6d8dfbfa13dac356eb1ddcdc1c2a1182fdf64
parent17fc74d1b99caf8ecadc43e9ccad3d40115de93a (diff)
downloademacs-daa959efbc82cdd441fc5817acbccede54e58ee0.tar.gz
emacs-daa959efbc82cdd441fc5817acbccede54e58ee0.zip
* lisp/menu-bar.el (menu-bar-options-save):
Add global-display-line-numbers-mode. (Bug#28396)
-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