summaryrefslogtreecommitdiff
path: root/lisp/desktop.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-07-12 19:41:55 +0000
committerEli Zaretskii <eliz@gnu.org>2009-07-12 19:41:55 +0000
commit5d74672c58646f33529ef5113d989ad45bf88981 (patch)
treef11885a6a78e13c689a51c4ec4ce934d5871301b /lisp/desktop.el
parenteb1727a44948a8b0e710fa1b1adb73fa1a623bd7 (diff)
downloademacs-5d74672c58646f33529ef5113d989ad45bf88981.tar.gz
(desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
Diffstat (limited to 'lisp/desktop.el')
-rw-r--r--lisp/desktop.el2
1 files changed, 1 insertions, 1 deletions
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)