Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
32f1cc7b
Commit
32f1cc7b
authored
Oct 11, 2008
by
Dan Nicolaescu
Browse files
(command-line): Revert 2008-09-26 change, not
necessary anymore.
parent
1d3b3736
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/startup.el
lisp/startup.el
+5
-7
No files found.
lisp/ChangeLog
View file @
32f1cc7b
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
...
...
lisp/startup.el
View file @
32f1cc7b
...
...
@@ -889,13 +889,11 @@ opening the first frame (e.g. open a connection to an X server).")
'("
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment