]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 15 Aug 2000 21:34:26 +0000 (21:34 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 15 Aug 2000 21:34:26 +0000 (21:34 +0000)
etc/NEWS
lisp/ChangeLog

index 8a58e5616ac78e87985959fd2c4172d01b0ab9a8..fd888b1cdff3ee7b48cd38d26c7a8ec79dd8c38d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1109,6 +1109,8 @@ When you do C-x C-f /user@host:/path/file RET and edit the file,
 and someone else modifies the file, you will be prompted to revert
 the buffer, just like for the local files.
 
+** The buffer menu (C-x C-b) no longer lists the *Buffer List* buffer.
+
 ** New modes and packages
 
 *** The new package timeclock.el is a mode is for keeping track of time
index ab1511eb34e4faca4bcb3f8dbe325c91376e6a99..62defa4c9d910b11f6858c0930794388ca98f5a2 100644 (file)
@@ -1,5 +1,13 @@
 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
 
+       * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
+       'buffer-menu' property.
+       (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
+       fails.
+       (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
+       buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
+       wasn't killed.
+       
        * buff-menu.el (list-buffers-noselect): Don't display the
        *Buffer List* buffer.