From a99df87d8ee146af9d133d70f49953f7d08bb38a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 23 Apr 2005 16:39:54 +0000 Subject: [PATCH] (command-line): 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 a3d69564cf..e3d0232b9c 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -995,7 +995,8 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." ;; the session manager and we have a session manager connection. (if (and (boundp 'x-session-previous-id) (stringp x-session-previous-id)) - (emacs-session-restore x-session-previous-id))) + (with-no-warnings + (emacs-session-restore x-session-previous-id)))) (defcustom initial-scratch-message (purecopy "\ ;; This buffer is for notes you don't want to save, and for Lisp evaluation. -- 2.39.2