From 5d74672c58646f33529ef5113d989ad45bf88981 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 12 Jul 2009 19:41:55 +0000 Subject: [PATCH] (desktop-buffers-not-to-save): Remove ".log". (Bug#3833) --- lisp/ChangeLog | 4 ++++ lisp/desktop.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70bb8c953c8..6ee98df2dc7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-07-12 Eli Zaretskii + + * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833) + 2009-07-12 Peter Jolly (tiny change) * arc-mode.el (archive-find-type): Allow for a PK00 string before diff --git a/lisp/desktop.el b/lisp/desktop.el index 1085356b85f..aae6b971202 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -336,7 +336,7 @@ modes are restored automatically; they should not be listed here." ;; We skip .log files because they are normally temporary. ;; (ftp) files because they require passwords and whatnot. (defcustom desktop-buffers-not-to-save - "\\(^nn\\.a[0-9]+\\|\\.log\\|(ftp)\\)$" + "\\(^nn\\.a[0-9]+\\|(ftp)\\)$" "Regexp identifying buffers that are to be excluded from saving." :type 'regexp :group 'desktop) -- 2.39.2