changeset 85207:c315470572e9

(command-line-1): Comment out unused code for coping with the old sit-for behavior.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 12 Oct 2007 19:00:30 +0000
parents 79a9b9c34044
children 8d5ae38b1b47
files lisp/startup.el
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Fri Oct 12 19:00:11 2007 +0000
+++ b/lisp/startup.el	Fri Oct 12 19:00:30 2007 +0000
@@ -2216,12 +2216,12 @@
 	;; 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