]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line-1): Use with-no-warnings.
authorRichard M. Stallman <rms@gnu.org>
Wed, 28 May 2003 11:24:51 +0000 (11:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 28 May 2003 11:24:51 +0000 (11:24 +0000)
lisp/startup.el

index 8b5361739f8b87227c7d0b2f500837a43cc5ab16..196ede1555941c81fdff47aeb7816f7f19fac0af 100644 (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.