aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/startup.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index bc60bbd08b8..0fbba1bea23 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1432,6 +1432,7 @@ settings will be marked as \"CHANGED outside of Customize\"."
1432 (let ((no-vals '("no" "off" "false" "0")) 1432 (let ((no-vals '("no" "off" "false" "0"))
1433 (settings '(("menuBar" "MenuBar" menu-bar-mode nil) 1433 (settings '(("menuBar" "MenuBar" menu-bar-mode nil)
1434 ("toolBar" "ToolBar" tool-bar-mode nil) 1434 ("toolBar" "ToolBar" tool-bar-mode nil)
1435 ("scrollBar" "ScrollBar" scroll-bar-mode nil)
1435 ("cursorBlink" "CursorBlink" no-blinking-cursor t)))) 1436 ("cursorBlink" "CursorBlink" no-blinking-cursor t))))
1436 (dolist (x settings) 1437 (dolist (x settings)
1437 (if (member (x-get-resource (nth 0 x) (nth 1 x)) no-vals) 1438 (if (member (x-get-resource (nth 0 x) (nth 1 x)) no-vals)