Variable: speedbar-directory-contents-alist
speedbar-directory-contents-alist is a variable defined in
speedbar.el.gz.
Value
nil
Documentation
An association list of directories and their contents.
Each sublist was returned by speedbar-file-lists. This list is
maintained to speed up the refresh rate when switching between
directories.
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defvar speedbar-directory-contents-alist nil
"An association list of directories and their contents.
Each sublist was returned by `speedbar-file-lists'. This list is
maintained to speed up the refresh rate when switching between
directories.")