]> git.eshelyaron.com Git - emacs.git/commitdiff
(bs--get-mode-name): Fix typo in previous change.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 4 Jan 2008 13:04:00 +0000 (13:04 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 4 Jan 2008 13:04:00 +0000 (13:04 +0000)
lisp/ChangeLog
lisp/bs.el

index 9568604a9edd5a161046e38e0d62053226a812bc..fad86b2b5452e94882e82c7697704259ede26ec1 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el (bs--get-mode-name): Fix typo in previous change.
+
 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * mouse.el (mouse-popup-menubar): Fix typo.
index 5c380c2e89247a23df6312e83454bb554fb1f48d..75b1e4a4d429f7688c744bd781419e6b34e427c1 100644 (file)
@@ -1331,7 +1331,7 @@ ALL-BUFFERS is the list of buffers appearing in Buffer Selection Menu."
   "Return the name of mode of current buffer for Buffer Selection Menu.
 START-BUFFER is the buffer where we started buffer selection.
 ALL-BUFFERS is the list of buffers appearing in Buffer Selection Menu."
-  (format-mode-line mode-name nil nil buffer))
+  (format-mode-line mode-name nil nil start-buffer))
 
 (defun bs--get-file-name (start-buffer all-buffers)
   "Return string for column 'File' in Buffer Selection Menu.