From: Eli Zaretskii Date: Tue, 30 Oct 2001 11:11:48 +0000 (+0000) Subject: Document the change in list-buffers-noselect wrt buffers visiting files X-Git-Tag: ttn-vms-21-2-B4~19009 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c30567b792f2a5c5e0aada727c7ef77c8ff4c656;p=emacs.git Document the change in list-buffers-noselect wrt buffers visiting files whose name begins with a space. --- diff --git a/etc/NEWS b/etc/NEWS index 358b5bbb43c..516de107038 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -8,6 +8,10 @@ For older news, see the file ONEWS * Changes in Emacs 21.2 ++++ +** `buffer-menu' and `list-buffers' now return buffesr whose names begin +with a space, if they visit files. + ** tab-always-indent can be set to `never' to make sure indent-for-tab-command always tabs rather than indents.