changeset 103963:e3d7d5bddad4

Update the entry for `desktop-buffers-not-to-save'.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 18 Jul 2009 19:14:11 +0000
parents 6de347bcd326
children 484bf5aa1964
files etc/NEWS
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sat Jul 18 19:04:22 2009 +0000
+++ b/etc/NEWS	Sat Jul 18 19:14:11 2009 +0000
@@ -82,8 +82,12 @@
 ** Desktop
 
 ---
-*** The default value for `desktop-buffers-not-to-save' no longer matches
-buffers whose name ends in a ".log".
+*** The default value for `desktop-buffers-not-to-save' is nil.
+This means Desktop will try restoring all buffers, when you restart
+your Emacs session.  Also, `desktop-buffers-not-to-save' is only
+effective for buffers that have no associated file.  If you want to
+exempt buffers that do correspond to files, customize the value of
+`desktop-files-not-to-save' instead.
 
 ** Miscellaneous