+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.
"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.