From: Dave Love Date: Wed, 2 Feb 2000 14:03:26 +0000 (+0000) Subject: (bs): Add :version to defgroup. X-Git-Tag: emacs-pretest-21.0.90~5128 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00a9f6a55bb5dc4c0741695057dd642138cac83a;p=emacs.git (bs): Add :version to defgroup. --- 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."