Mercurial > emacs
changeset 51287:2ec687b0ad32
(command-line-1): Use with-no-warnings.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 28 May 2003 11:24:51 +0000 |
parents | cd10528c7910 |
children | f0563005bb3d |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Wed May 28 11:24:00 2003 +0000 +++ b/lisp/startup.el Wed May 28 11:24:51 2003 +0000 @@ -1768,7 +1768,8 @@ ;; 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.