diff options
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r-- | lisp/speedbar.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 89397f11c91..f3595eaf650 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -4,7 +4,7 @@ ;; ;; Author: Eric M. Ludlam <zappo@gnu.ai.mit.edu> ;; Version: 0.6.2 -;; Keywords: file, tags, tools +;; Keywords: file, tags, tools, convenience ;; ;; This file is part of GNU Emacs. ;; @@ -346,6 +346,7 @@ "File and tag browser frame." :group 'tags :group 'tools + :group 'convenience :version "20.3") (defgroup speedbar-faces nil |