Variable: semantic-stickyfunc-mode-map
semantic-stickyfunc-mode-map is a variable defined in
util-modes.el.gz.
Value
<header-line> <down-mouse-1> semantic-stickyfunc-menu
Documentation
Keymap for stickyfunc minor mode.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/util-modes.el.gz
(defvar semantic-stickyfunc-mode-map
(let ((km (make-sparse-keymap)))
(define-key km [ header-line down-mouse-1 ] #'semantic-stickyfunc-menu)
km)
"Keymap for stickyfunc minor mode.")