+2009-07-12 Eli Zaretskii <eliz@gnu.org>
+
+ * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
+
2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
* arc-mode.el (archive-find-type): Allow for a PK00 string before
;; 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)