Function: speedbar-initial-stealthy-functions
speedbar-initial-stealthy-functions is a byte-compiled function
defined in speedbar.el.gz.
Signature
(speedbar-initial-stealthy-functions)
Documentation
Return a list of functions to call stealthily.
This is based on speedbar-initial-expansion-list-name referencing
speedbar-stealthy-function-list.
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defun speedbar-initial-stealthy-functions ()
"Return a list of functions to call stealthily.
This is based on `speedbar-initial-expansion-list-name' referencing
`speedbar-stealthy-function-list'."
(cdr (assoc speedbar-initial-expansion-list-name
speedbar-stealthy-function-list)))