summaryrefslogtreecommitdiff
path: root/lisp/iswitchb.el
diff options
context:
space:
mode:
authorDan Nicolaescu <done@ece.arizona.edu>1998-05-26 09:23:23 +0000
committerDan Nicolaescu <done@ece.arizona.edu>1998-05-26 09:23:23 +0000
commitf5f727f8ffa2e674601875b2f2fe7ce3f0030c93 (patch)
tree2ce075c3ef33cbd16429784b1d91ca265315b293 /lisp/iswitchb.el
parent18baef8fa993d19a8af279a92b2f4efcb82fd199 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/iswitchb.el')
-rw-r--r--lisp/iswitchb.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el
index bdaeaa5e7b2..4f82f7fa7d1 100644
--- a/lisp/iswitchb.el
+++ b/lisp/iswitchb.el
@@ -4,7 +4,7 @@
;; Author: Stephen Eglen <stephen@cns.ed.ac.uk>
;; Maintainer: Stephen Eglen <stephen@cns.ed.ac.uk>
-;; Keywords: extensions
+;; Keywords: extensions convenience
;; location: http://www.cns.ed.ac.uk/people/stephen/emacs/
;; This file is part of GNU Emacs.
@@ -213,6 +213,7 @@
(defgroup iswitchb nil
"Switch between buffers using substrings."
:group 'extensions
+ :group 'convenience
;; These links are to be added in later versions of custom and
;; so are currently commented out.
:link '(emacs-commentary-link :tag "Commentary" "iswitchb.el")