mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(command-line-1): Comment out unused code for coping with the old
sit-for behavior.
This commit is contained in:
parent
3d9d55e6fd
commit
04ef26186e
@ -5,7 +5,8 @@
|
||||
concise startup screen, fit window to buffer.
|
||||
(command-line-1): If we will be using the splash screen, use
|
||||
find-file instead of find-file-other-window to find additional
|
||||
files.
|
||||
files. Comment out unused code for coping with the old sit-for
|
||||
behavior.
|
||||
|
||||
2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
|
@ -2216,12 +2216,12 @@ A fancy display is used on graphic displays, normal otherwise."
|
||||
;; Don't let the hook be run twice.
|
||||
(setq window-setup-hook nil))
|
||||
|
||||
;; Do this now to avoid an annoying delay if the user
|
||||
;; clicks the menu bar during the sit-for.
|
||||
(when (display-popup-menus-p)
|
||||
(precompute-menubar-bindings))
|
||||
(with-no-warnings
|
||||
(setq menubar-bindings-done t))
|
||||
;; ;; Do this now to avoid an annoying delay if the user
|
||||
;; ;; clicks the menu bar during the sit-for.
|
||||
;; (when (display-popup-menus-p)
|
||||
;; (precompute-menubar-bindings))
|
||||
;; (with-no-warnings
|
||||
;; (setq menubar-bindings-done t))
|
||||
|
||||
;; If *scratch* exists and is empty, insert initial-scratch-message.
|
||||
(and initial-scratch-message
|
||||
|
Loading…
Reference in New Issue
Block a user