diff options
| author | Juanma Barranquero | 2008-01-04 13:04:00 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-01-04 13:04:00 +0000 |
| commit | c2699583bebb76b73645cb49c75bfc5132442955 (patch) | |
| tree | 973dbfa55096f1986161c338fafae50a4d120df9 | |
| parent | b80d432cc7dae6262fa0203045a9eb11e28c8016 (diff) | |
| download | emacs-c2699583bebb76b73645cb49c75bfc5132442955.tar.gz emacs-c2699583bebb76b73645cb49c75bfc5132442955.zip | |
(bs--get-mode-name): Fix typo in previous change.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/bs.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9568604a9ed..fad86b2b545 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-01-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * bs.el (bs--get-mode-name): Fix typo in previous change. | ||
| 4 | |||
| 1 | 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * mouse.el (mouse-popup-menubar): Fix typo. | 7 | * 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." | |||
| 1331 | "Return the name of mode of current buffer for Buffer Selection Menu. | 1331 | "Return the name of mode of current buffer for Buffer Selection Menu. |
| 1332 | START-BUFFER is the buffer where we started buffer selection. | 1332 | START-BUFFER is the buffer where we started buffer selection. |
| 1333 | ALL-BUFFERS is the list of buffers appearing in Buffer Selection Menu." | 1333 | ALL-BUFFERS is the list of buffers appearing in Buffer Selection Menu." |
| 1334 | (format-mode-line mode-name nil nil buffer)) | 1334 | (format-mode-line mode-name nil nil start-buffer)) |
| 1335 | 1335 | ||
| 1336 | (defun bs--get-file-name (start-buffer all-buffers) | 1336 | (defun bs--get-file-name (start-buffer all-buffers) |
| 1337 | "Return string for column 'File' in Buffer Selection Menu. | 1337 | "Return string for column 'File' in Buffer Selection Menu. |