diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-10-12 19:00:30 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-10-12 19:00:30 +0000 |
commit | 04ef26186e0b2161c0dbbb88125db7f9708c8e8d (patch) | |
tree | ed49e4d83d1441fd9d5a409a8121a602c252490f /lisp/startup.el | |
parent | 3d9d55e6fdf409d4d8c57f45edfda4ed82dc5dc8 (diff) | |
download | emacs-04ef26186e0b2161c0dbbb88125db7f9708c8e8d.tar.gz |
(command-line-1): Comment out unused code for coping with the old
sit-for behavior.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 12 |
1 files changed, 6 insertions, 6 deletions
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." ;; 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 |