Mercurial > emacs
diff lisp/startup.el @ 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 | 9b2480aaba80 |
children | 50e4a0be4dcb d38543a1c0f9 |
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