Mercurial > emacs
changeset 87578:2a8a9f3362d6
(bs--get-mode-name): Fix typo in previous change.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 04 Jan 2008 13:02:07 +0000 |
parents | f6171844a880 |
children | 10679233f935 |
files | lisp/bs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bs.el Fri Jan 04 09:00:41 2008 +0000 +++ b/lisp/bs.el Fri Jan 04 13:02:07 2008 +0000 @@ -1331,7 +1331,7 @@ "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.