diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-10-30 11:11:48 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-10-30 11:11:48 +0000 |
commit | c30567b792f2a5c5e0aada727c7ef77c8ff4c656 (patch) | |
tree | 90ae0342c410068065e55af250f7b8249591b517 /etc | |
parent | bf2235e444dca4d5bac243208d8f962eb3108061 (diff) | |
download | emacs-c30567b792f2a5c5e0aada727c7ef77c8ff4c656.tar.gz |
Document the change in list-buffers-noselect wrt buffers visiting files
whose name begins with a space.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |