changeset 17204:2c684820d196

(desktop-missing-file-warning): Make the default nil.
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 Mar 1997 03:36:37 +0000
parents 5f9cf553d44b
children a886f419a946
files lisp/desktop.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/desktop.el	Sat Mar 22 03:35:20 1997 +0000
+++ b/lisp/desktop.el	Sat Mar 22 03:36:37 1997 +0000
@@ -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.")