From d759a2f5179978e436b0308f5344dd2a8fa5b5b6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 28 May 2003 11:24:51 +0000 Subject: [PATCH] (command-line-1): Use with-no-warnings. --- lisp/startup.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index 8b5361739f8..196ede15559 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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. -- 2.39.5