diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-17 22:49:07 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-17 22:49:07 +0000 |
commit | 40bf436d25238527df18f68fa29d9ea8e3fc85da (patch) | |
tree | e7a62a2694bf8e45b32737390b679be494b6e490 /lisp/speedbar.el | |
parent | 060b279a110781cf01d0063277ab0b4070cd9785 (diff) | |
download | emacs-40bf436d25238527df18f68fa29d9ea8e3fc85da.tar.gz |
(defgroup speedbar): Use group 'etags instead of nonexisting group
'tags.
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r-- | lisp/speedbar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index e9d601aaaad..9b551fc0794 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -185,7 +185,7 @@ ;; customization stuff (defgroup speedbar nil "File and tag browser frame." - :group 'tags + :group 'etags :group 'tools :group 'convenience :version "20.3") |