From: Richard M. Stallman Date: Sat, 22 Mar 1997 03:36:37 +0000 (+0000) Subject: (desktop-missing-file-warning): Make the default nil. X-Git-Tag: emacs-20.1~2741 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=481d6f8707dade96f02f91e4bedd4de63f4c6582;p=emacs.git (desktop-missing-file-warning): Make the default nil. --- diff --git a/lisp/desktop.el b/lisp/desktop.el index 1eee466697a..4db51be00ba 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -108,7 +108,7 @@ (convert-standard-filename ".emacs.desktop") "File for Emacs desktop, not including the directory name.") -(defvar desktop-missing-file-warning t +(defvar desktop-missing-file-warning nil "*If non-nil then desktop warns when a file no longer exists. Otherwise it simply ignores that file.")