From dc28878c8b1ae9244f1bba63d84b815ac668db14 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 15 Aug 2000 21:34:26 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 2 ++ lisp/ChangeLog | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 8a58e5616ac..fd888b1cdff 100644 --- 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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ab1511eb34e..62defa4c9d9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,13 @@ 2000-08-15 Gerd Moellmann + * 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. -- 2.39.2