aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-03-22 03:36:37 +0000
committerRichard M. Stallman1997-03-22 03:36:37 +0000
commit481d6f8707dade96f02f91e4bedd4de63f4c6582 (patch)
tree75eca27e415fa0dd02fd70acc31e2dbee50f5a8a
parent8662fc42d8f4ec614b544ea90ca34be0f908487a (diff)
downloademacs-481d6f8707dade96f02f91e4bedd4de63f4c6582.tar.gz
emacs-481d6f8707dade96f02f91e4bedd4de63f4c6582.zip
(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 @@
108 (convert-standard-filename ".emacs.desktop") 108 (convert-standard-filename ".emacs.desktop")
109 "File for Emacs desktop, not including the directory name.") 109 "File for Emacs desktop, not including the directory name.")
110 110
111(defvar desktop-missing-file-warning t 111(defvar desktop-missing-file-warning nil
112 "*If non-nil then desktop warns when a file no longer exists. 112 "*If non-nil then desktop warns when a file no longer exists.
113Otherwise it simply ignores that file.") 113Otherwise it simply ignores that file.")
114 114