Mercurial > emacs
changeset 103872:b80dd52f140c
(desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 12 Jul 2009 19:41:26 +0000 |
parents | 819d4646794e |
children | b9813bf35586 |
files | lisp/desktop.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/desktop.el Sun Jul 12 18:56:38 2009 +0000 +++ b/lisp/desktop.el Sun Jul 12 19:41:26 2009 +0000 @@ -336,7 +336,7 @@ ;; 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)