aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-10-12 19:00:30 +0000
committerChong Yidong2007-10-12 19:00:30 +0000
commit04ef26186e0b2161c0dbbb88125db7f9708c8e8d (patch)
treeed49e4d83d1441fd9d5a409a8121a602c252490f
parent3d9d55e6fdf409d4d8c57f45edfda4ed82dc5dc8 (diff)
downloademacs-04ef26186e0b2161c0dbbb88125db7f9708c8e8d.tar.gz
emacs-04ef26186e0b2161c0dbbb88125db7f9708c8e8d.zip
(command-line-1): Comment out unused code for coping with the old
sit-for behavior.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/startup.el12
2 files changed, 8 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f74939c4e58..fb4d73ecf61 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5,7 +5,8 @@
5 concise startup screen, fit window to buffer. 5 concise startup screen, fit window to buffer.
6 (command-line-1): If we will be using the splash screen, use 6 (command-line-1): If we will be using the splash screen, use
7 find-file instead of find-file-other-window to find additional 7 find-file instead of find-file-other-window to find additional
8 files. 8 files. Comment out unused code for coping with the old sit-for
9 behavior.
9 10
102007-10-12 Stefan Monnier <monnier@iro.umontreal.ca> 112007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11 12
diff --git a/lisp/startup.el b/lisp/startup.el
index 35f2b7243da..1db6dc6ebd2 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -2216,12 +2216,12 @@ A fancy display is used on graphic displays, normal otherwise."
2216 ;; Don't let the hook be run twice. 2216 ;; Don't let the hook be run twice.
2217 (setq window-setup-hook nil)) 2217 (setq window-setup-hook nil))
2218 2218
2219 ;; Do this now to avoid an annoying delay if the user 2219 ;; ;; Do this now to avoid an annoying delay if the user
2220 ;; clicks the menu bar during the sit-for. 2220 ;; ;; clicks the menu bar during the sit-for.
2221 (when (display-popup-menus-p) 2221 ;; (when (display-popup-menus-p)
2222 (precompute-menubar-bindings)) 2222 ;; (precompute-menubar-bindings))
2223 (with-no-warnings 2223 ;; (with-no-warnings
2224 (setq menubar-bindings-done t)) 2224 ;; (setq menubar-bindings-done t))
2225 2225
2226 ;; If *scratch* exists and is empty, insert initial-scratch-message. 2226 ;; If *scratch* exists and is empty, insert initial-scratch-message.
2227 (and initial-scratch-message 2227 (and initial-scratch-message