# HG changeset patch # User Chong Yidong # Date 1192215630 0 # Node ID c315470572e9df6314c7f521b95da5898656a489 # Parent 79a9b9c3404480f3e13e0da8b8c2362332a80602 (command-line-1): Comment out unused code for coping with the old sit-for behavior. diff -r 79a9b9c34044 -r c315470572e9 lisp/startup.el --- 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