Function: speedbar-add-mode-functions-list
speedbar-add-mode-functions-list is a byte-compiled function defined
in speedbar.el.gz.
Signature
(speedbar-add-mode-functions-list NEW-LIST)
Documentation
Add NEW-LIST to the list of mode functions.
See speedbar-mode-functions-list for details.
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defun speedbar-add-mode-functions-list (new-list)
"Add NEW-LIST to the list of mode functions.
See `speedbar-mode-functions-list' for details."
(add-to-list 'speedbar-mode-functions-list new-list))