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:
parent
c29cf9a4c9
commit
d759a2f517
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue