Variable: speedbar-special-mode-key-map
speedbar-special-mode-key-map is a variable defined in speedbar.el.gz.
Value
nil
Documentation
Default keymap used when identifying a specialized display mode.
This keymap is local to each buffer that wants to define special keybindings effective when its display is shown.
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defvar speedbar-special-mode-key-map nil
"Default keymap used when identifying a specialized display mode.
This keymap is local to each buffer that wants to define special keybindings
effective when its display is shown.")