bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16651: 24.3.50; desktop saves temporary buffers


From: Andreas Schwab
Subject: bug#16651: 24.3.50; desktop saves temporary buffers
Date: Thu, 06 Feb 2014 10:06:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Juri Linkov <juri@jurta.org> writes:

> === modified file 'lisp/desktop.el'
> --- lisp/desktop.el   2014-01-31 06:42:29 +0000
> +++ lisp/desktop.el   2014-02-06 08:38:32 +0000
> @@ -350,11 +353,11 @@ (defcustom desktop-locals-to-save
>    :type '(repeat symbol)
>    :group 'desktop)
>  
> -(defcustom desktop-buffers-not-to-save nil
> +(defcustom desktop-buffers-not-to-save "^ "

Please use "\\` " instead, since a buffer name can include embedded
newlines.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."





reply via email to

[Prev in Thread] Current Thread [Next in Thread]