aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-02-02 14:03:26 +0000
committerDave Love <[email protected]>2000-02-02 14:03:26 +0000
commit00a9f6a55bb5dc4c0741695057dd642138cac83a (patch)
tree92b1b663faf7c0a03dbda11723a1ae4a94fd64b7
parent57629833653065f236b8dd540c85d057e7d1a9ce (diff)
(bs): Add :version to defgroup.
-rw-r--r--lisp/bs.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/bs.el b/lisp/bs.el
index c15f3c333c..2a2cf700c5 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."