From: Juanma Barranquero Date: Fri, 4 Jan 2008 13:04:00 +0000 (+0000) Subject: (bs--get-mode-name): Fix typo in previous change. X-Git-Tag: emacs-pretest-23.0.90~8698 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2699583be;p=emacs.git (bs--get-mode-name): Fix typo in previous change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9568604a9ed..fad86b2b545 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-01-04 Juanma Barranquero + + * bs.el (bs--get-mode-name): Fix typo in previous change. + 2008-01-04 Dan Nicolaescu * mouse.el (mouse-popup-menubar): Fix typo. diff --git a/lisp/bs.el b/lisp/bs.el index 5c380c2e892..75b1e4a4d42 100644 --- a/lisp/bs.el +++ b/lisp/bs.el @@ -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.