diff options
author | Dave Love <fx@gnu.org> | 2000-02-02 14:03:26 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-02-02 14:03:26 +0000 |
commit | 00a9f6a55bb5dc4c0741695057dd642138cac83a (patch) | |
tree | 92b1b663faf7c0a03dbda11723a1ae4a94fd64b7 /lisp/bs.el | |
parent | 57629833653065f236b8dd540c85d057e7d1a9ce (diff) | |
download | emacs-00a9f6a55bb5dc4c0741695057dd642138cac83a.tar.gz |
(bs): Add :version to defgroup.
Diffstat (limited to 'lisp/bs.el')
-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 @@ (defgroup bs nil "Buffer Selection: Maintaining buffers by buffer menu." + :version "21.1" :group 'convenience) (defgroup bs-appearence nil @@ -1357,7 +1358,7 @@ ALL-BUFFERS is the list of buffer appearing in Buffer Selection Menu." (defun bs--get-file-name (start-buffer all-buffers) "Return string for column 'File' in Buffer Selection Menu. This is the variable `buffer-file-name' of current buffer. -If current mode is `dired-mode' or shell-mode it returns the +If current mode is `dired-mode' or `shell-mode' it returns the default directory. START-BUFFER is the buffer where we started buffer selection. ALL-BUFFERS is the list of buffer appearing in Buffer Selection Menu." |