diff options
| author | Dave Love | 2000-02-02 14:03:26 +0000 |
|---|---|---|
| committer | Dave Love | 2000-02-02 14:03:26 +0000 |
| commit | 00a9f6a55bb5dc4c0741695057dd642138cac83a (patch) | |
| tree | 92b1b663faf7c0a03dbda11723a1ae4a94fd64b7 | |
| parent | 57629833653065f236b8dd540c85d057e7d1a9ce (diff) | |
| download | emacs-00a9f6a55bb5dc4c0741695057dd642138cac83a.tar.gz emacs-00a9f6a55bb5dc4c0741695057dd642138cac83a.zip | |
(bs): Add :version to defgroup.
| -rw-r--r-- | lisp/bs.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/bs.el b/lisp/bs.el index c15f3c333ca..2a2cf700c53 100644 --- a/lisp/bs.el +++ b/lisp/bs.el | |||
| @@ -136,6 +136,7 @@ | |||
| 136 | 136 | ||
| 137 | (defgroup bs nil | 137 | (defgroup bs nil |
| 138 | "Buffer Selection: Maintaining buffers by buffer menu." | 138 | "Buffer Selection: Maintaining buffers by buffer menu." |
| 139 | :version "21.1" | ||
| 139 | :group 'convenience) | 140 | :group 'convenience) |
| 140 | 141 | ||
| 141 | (defgroup bs-appearence nil | 142 | (defgroup bs-appearence nil |
| @@ -1357,7 +1358,7 @@ ALL-BUFFERS is the list of buffer appearing in Buffer Selection Menu." | |||
| 1357 | (defun bs--get-file-name (start-buffer all-buffers) | 1358 | (defun bs--get-file-name (start-buffer all-buffers) |
| 1358 | "Return string for column 'File' in Buffer Selection Menu. | 1359 | "Return string for column 'File' in Buffer Selection Menu. |
| 1359 | This is the variable `buffer-file-name' of current buffer. | 1360 | This is the variable `buffer-file-name' of current buffer. |
| 1360 | If current mode is `dired-mode' or shell-mode it returns the | 1361 | If current mode is `dired-mode' or `shell-mode' it returns the |
| 1361 | default directory. | 1362 | default directory. |
| 1362 | START-BUFFER is the buffer where we started buffer selection. | 1363 | START-BUFFER is the buffer where we started buffer selection. |
| 1363 | ALL-BUFFERS is the list of buffer appearing in Buffer Selection Menu." | 1364 | ALL-BUFFERS is the list of buffer appearing in Buffer Selection Menu." |