+2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * startup.el (command-line): Revert 2008-09-26 change, not
+ necessary anymore.
+
2008-10-10 Andreas Schwab <schwab@suse.de>
* simple.el (minibuffer-complete-shell-command): Bind
'("off" "false")))))
(setq no-blinking-cursor t))
- ;; If we run as a daemon, or frame was created with a menu bar, set
- ;; menu-bar-mode on.
- (when (or (daemonp)
- (not (or noninteractive
- emacs-basic-display
- (and (memq initial-window-system '(x w32))
- (<= (frame-parameter nil 'menu-bar-lines) 0)))))
+ ;; If frame was created with a menu bar, set menu-bar-mode on.
+ (unless (or noninteractive
+ emacs-basic-display
+ (and (memq initial-window-system '(x w32))
+ (<= (frame-parameter nil 'menu-bar-lines) 0)))
(menu-bar-mode 1))
;; Enable tool-bar-mode if necessary. Note that we might enable it