Mercurial > emacs
changeset 40493:94818b20da05
Document the change in list-buffers-noselect wrt buffers visiting files
whose name begins with a space.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 30 Oct 2001 11:11:48 +0000 |
parents | 93b1df487abe |
children | 4c7be17ecf55 |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Oct 30 11:06:55 2001 +0000 +++ b/etc/NEWS Tue Oct 30 11:11:48 2001 +0000 @@ -8,6 +8,10 @@ * 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.