diff lisp/ChangeLog @ 30851:f9233f642b88

* buff-menu.el (list-buffers-noselect): Use `dolist' instead of `while'; use `with-current-buffer' instead of `save-excursion'. Removed unnecessary kludges now that "*Buffer List*" is excluded.
author Sam Steingold <sds@gnu.org>
date Wed, 16 Aug 2000 14:33:21 +0000
parents d83ff3be716a
children e9f90c0f204c
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Aug 16 12:47:20 2000 +0000
+++ b/lisp/ChangeLog	Wed Aug 16 14:33:21 2000 +0000
@@ -1,3 +1,9 @@
+2000-08-16  Sam Steingold  <sds@gnu.org>
+
+	* buff-menu.el (list-buffers-noselect): Use `dolist' instead of
+	`while'; use `with-current-buffer' instead of `save-excursion'.
+	Removed unnecessary kludges now that "*Buffer List*" is excluded.
+
 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
 
 	* international/ccl.el (declare-ccl-program): Docstring modified.
@@ -17,7 +23,7 @@
 	(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.
 
@@ -25,7 +31,7 @@
 	`Loading jit-lock' message.
 
 	* emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
-	* emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' 
+	* emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
 	mail address.
 
 2000-08-15  Miles Bader  <miles@gnu.org>
@@ -104,7 +110,7 @@
 	* paren.el (show-paren-priority): New user option.
 	(show-paren-function): Set overlay priorities to
 	show-paren-priority.
-	
+
 2000-08-14  Miles Bader  <miles@gnu.org>
 
 	* comint.el (comint-bol): Use `forward-line 0' instead of calling
@@ -124,9 +130,9 @@
 
 	* xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
         identifiers, since XML is case sensitive
-	
+
 2000-08-12  Miles Bader  <miles@gnu.org>
-	
+
 	* comint.el (comint-output-filter): Don't bother frobbing
 	window-start, it doesn't seem to be necessary.