From: Richard M. Stallman Date: Sat, 23 Apr 2005 16:39:54 +0000 (+0000) Subject: (command-line): Use with-no-warnings. X-Git-Tag: ttn-vms-21-2-B4~805 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a99df87d8ee146af9d133d70f49953f7d08bb38a;p=emacs.git (command-line): Use with-no-warnings. --- diff --git a/lisp/startup.el b/lisp/startup.el index a3d69564cfd..e3d0232b9ce 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.