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

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

bug#8134: (Some special files were saved without asking)


From: Andreas Schwab
Subject: bug#8134: (Some special files were saved without asking)
Date: Sat, 05 Mar 2011 12:50:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.94 (gnu/linux)

David Engster <deng@randomsample.de> writes:

> --- lisp/files.el     2011-03-05 08:48:52 +0000
> +++ lisp/files.el     2011-03-05 11:03:02 +0000
> @@ -4616,7 +4616,7 @@
>       ;; That way the following code won't ask about them.
>       (with-current-buffer buffer
>         (when (and buffer-save-without-query (buffer-modified-p))
> -         (setq some-automatic t)
> +         (setq some-automatic (append some-automatic (list (buffer-name))))

            (setq some-automatic (cons (buffer-name) some-automatic))

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





reply via email to

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