1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

(command-line-1): Use with-no-warnings.

This commit is contained in:
Richard M. Stallman 2003-05-28 11:24:51 +00:00
parent c29cf9a4c9
commit d759a2f517

View file

@ -1768,7 +1768,8 @@ normal otherwise."
;; clicks the menu bar during the sit-for.
(when (display-popup-menus-p)
(precompute-menubar-bindings))
(setq menubar-bindings-done t)
(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.