+2010-06-27 Chong Yidong <cyd@stupidchicken.com>
+
+ * startup.el (command-line): Recognize "0" X resource value.
+
2010-06-27 Chong Yidong <cyd@stupidchicken.com>
* startup.el (command-line): Use X resources to set the value of
no-blinking-cursor t))
;; Check X resources if available.
((memq initial-window-system '(x w32 ns))
- (let ((no-vals '("no" "off" "false")))
+ (let ((no-vals '("no" "off" "false" "0")))
(if (member (x-get-resource "menuBar" "MenuBar") no-vals)
(setq menu-bar-mode nil))
(if (member (x-get-resource "toolBar" "ToolBar") no-vals)