diff options
| -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 3cf37afc813..89397f11c91 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el | |||
| @@ -345,7 +345,8 @@ | |||
| 345 | (defgroup speedbar nil | 345 | (defgroup speedbar nil |
| 346 | "File and tag browser frame." | 346 | "File and tag browser frame." |
| 347 | :group 'tags | 347 | :group 'tags |
| 348 | :group 'tools) | 348 | :group 'tools |
| 349 | :version "20.3") | ||
| 349 | 350 | ||
| 350 | (defgroup speedbar-faces nil | 351 | (defgroup speedbar-faces nil |
| 351 | "Faces used in speedbar." | 352 | "Faces used in speedbar." |