diff options
| -rw-r--r-- | lisp/desktop.el | 2 |
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. |
| 113 | Otherwise it simply ignores that file.") | 113 | Otherwise it simply ignores that file.") |
| 114 | 114 | ||