summaryrefslogtreecommitdiff
path: root/lisp/bs.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-01-04 13:02:07 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-01-04 13:02:07 +0000
commitcd3e89573bae27d9a4ea26a8ed425f9754304d18 (patch)
tree40171fa832e1ad14bb87deb0eabd15d0badf87b2 /lisp/bs.el
parentabfda9ea3370bfcb09360446e6cbfe29b729c42c (diff)
downloademacs-cd3e89573bae27d9a4ea26a8ed425f9754304d18.tar.gz
(bs--get-mode-name): Fix typo in previous change.
Diffstat (limited to 'lisp/bs.el')
-rw-r--r--lisp/bs.el2
1 files changed, 1 insertions, 1 deletions
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.