aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2001-10-30 11:11:48 +0000
committerEli Zaretskii <[email protected]>2001-10-30 11:11:48 +0000
commitc30567b792f2a5c5e0aada727c7ef77c8ff4c656 (patch)
tree90ae0342c410068065e55af250f7b8249591b517
parentbf2235e444dca4d5bac243208d8f962eb3108061 (diff)
Document the change in list-buffers-noselect wrt buffers visiting files
whose name begins with a space.
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 358b5bbb43..516de10703 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.