summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-03-22 03:36:37 +0000
committerRichard M. Stallman <rms@gnu.org>1997-03-22 03:36:37 +0000
commitfe5a1187b45bde7da218bf355a035e404fb0f737 (patch)
tree73122a7a9f32cf5e040cbf9b4fdb982ac02db452
parentad081ef18996e3e4252a6e1d061f16aa0c55f3d5 (diff)
downloademacs-fe5a1187b45bde7da218bf355a035e404fb0f737.tar.gz
(desktop-missing-file-warning): Make the default nil.
-rw-r--r--lisp/desktop.el2
1 files changed, 1 insertions, 1 deletions
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.")