|
From: | Kaushal Modi |
Subject: | Re: [Emacs-diffs] emacs-26 ee512e9: Ignore buffers whose name begins with a space in save-some-buffers |
Date: | Tue, 19 Sep 2017 10:48:38 +0000 |
> Ignore buffers whose name begins with a space in save-some-buffers
> * lisp/files.el (save-some-buffers): Consider these buffers
> "internal", and don't prompt the user to save them.
> * doc/lispref/files.texi: Document.
Why? Currently we only prompt for buffers with a leading space
in 2 case:
- the buffer is associated with a file: rather unlikely, but if it
occurs, it's probably a good idea not to ignore this buffer.
- the buffer has buffer-offer-save set to a non-nil value: here again if
someone bothered to set this, it's a good idea not to ignore this buffer.
Kaushal Modi
[Prev in Thread] | Current Thread | [Next in Thread] |