1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

* lisp/desktop.el (desktop-buffers-not-to-save): Change default from nil to "\\` ".

Fixes: debbugs:16651
This commit is contained in:
Juri Linkov 2014-02-07 09:51:56 +02:00
parent 2b777cd9a2
commit 7d7a68d860
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2014-02-07 Juri Linkov <juri@jurta.org>
* desktop.el (desktop-buffers-not-to-save): Change default from nil
to "\\` ". (Bug#16651)
2014-02-07 Juri Linkov <juri@jurta.org>
* desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'

View File

@ -353,11 +353,11 @@ modes are restored automatically; they should not be listed here."
:type '(repeat symbol)
:group 'desktop)
(defcustom desktop-buffers-not-to-save nil
(defcustom desktop-buffers-not-to-save "\\` "
"Regexp identifying buffers that are to be excluded from saving."
:type '(choice (const :tag "None" nil)
regexp)
:version "23.2" ; set to nil
:version "24.4" ; skip invisible temporary buffers
:group 'desktop)
;; Skip tramp and ange-ftp files