From fe5a1187b45bde7da218bf355a035e404fb0f737 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 22 Mar 1997 03:36:37 +0000 Subject: (desktop-missing-file-warning): Make the default nil. --- lisp/desktop.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") -- cgit v1.2.1