(bs--get-mode-name): Fix typo in previous change.
This commit is contained in:
parent
b80d432cc7
commit
c2699583be
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue