changeset 50036:01bf7dadaa7a

*** empty log message ***
author John Paul Wallington <jpw@pobox.com>
date Thu, 06 Mar 2003 10:52:39 +0000
parents af49d6f1e6cc
children bb427a9406c3
files lisp/ChangeLog
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Mar 06 10:50:20 2003 +0000
+++ b/lisp/ChangeLog	Thu Mar 06 10:52:39 2003 +0000
@@ -1,5 +1,9 @@
 2003-03-06  John Paul Wallington  <jpw@gnu.org>
 
+	* ebuff-menu.el (electric-buffer-list): Respect
+	`Buffer-menu-use-header-line'.
+	(electric-buffer-menu-looper): Likewise.
+
 	* buff-menu.el (Buffer-menu-mode-map): Add docstring.
 	(Buffer-menu-buffer): Fix indentation.
 	(list-buffers-noselect): Calculate header-line spacing to take
@@ -116,7 +120,7 @@
 
 	* play/gamegrid.el (gamegrid-add-score): Add info to docstring.
 	(gamegrid-add-score-with-update-game-score-1): New function,
-	factored out of `gamegriod-add-score-with-update-game-score'.
+	factored out of `gamegrid-add-score-with-update-game-score'.
 	(gamegrid-add-score-with-update-game-score): Use it.  Fall back on
 	`gamegrid-add-score-insecure' if the requested file does not exist
 	in $(gamedir), in case the user has installed a game on his own.