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:
parent
2b777cd9a2
commit
7d7a68d860
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user