Variable: speedbar-sort-tags
speedbar-sort-tags is a customizable variable defined in
speedbar.el.gz.
Value
nil
Documentation
If non-nil, sort tags in the speedbar display.
This option is obsolete; use speedbar-tag-hierarchy-method instead.
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defcustom speedbar-sort-tags nil
"If non-nil, sort tags in the speedbar display.
This option is obsolete; use `speedbar-tag-hierarchy-method' instead."
:group 'speedbar
:type 'boolean)