emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Wed, 28 May 2003 07:24:51 -0400

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.319 emacs/lisp/startup.el:1.320
*** emacs/lisp/startup.el:1.319 Fri May  9 18:52:41 2003
--- emacs/lisp/startup.el       Wed May 28 07:24:51 2003
***************
*** 1768,1774 ****
      ;; clicks the menu bar during the sit-for.
      (when (display-popup-menus-p)
        (precompute-menubar-bindings))
!     (setq menubar-bindings-done t)
  
      ;; If *scratch* is selected and it is empty, insert an
      ;; initial message saying not to create a file there.
--- 1768,1775 ----
      ;; 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* is selected and it is empty, insert an
      ;; initial message saying not to create a file there.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]