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-keymap semantic-stickyfunc-mode-map
  :doc "Keymap for stickyfunc minor mode."
  "<header-line> <down-mouse-1>" #'semantic-stickyfunc-menu)