aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-02-02 14:03:26 +0000
committerDave Love2000-02-02 14:03:26 +0000
commit00a9f6a55bb5dc4c0741695057dd642138cac83a (patch)
tree92b1b663faf7c0a03dbda11723a1ae4a94fd64b7
parent57629833653065f236b8dd540c85d057e7d1a9ce (diff)
downloademacs-00a9f6a55bb5dc4c0741695057dd642138cac83a.tar.gz
emacs-00a9f6a55bb5dc4c0741695057dd642138cac83a.zip
(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 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.
1359This is the variable `buffer-file-name' of current buffer. 1360This is the variable `buffer-file-name' of current buffer.
1360If current mode is `dired-mode' or shell-mode it returns the 1361If current mode is `dired-mode' or `shell-mode' it returns the
1361default directory. 1362default directory.
1362START-BUFFER is the buffer where we started buffer selection. 1363START-BUFFER is the buffer where we started buffer selection.
1363ALL-BUFFERS is the list of buffer appearing in Buffer Selection Menu." 1364ALL-BUFFERS is the list of buffer appearing in Buffer Selection Menu."