Variable: semantic-stickyfunc-header-line-format
semantic-stickyfunc-header-line-format is a variable defined in
util-modes.el.gz.
Value
(:eval
(list (propertize " " 'display '((space :align-to 0)))
(semantic-stickyfunc-fetch-stickyline)))
Documentation
The header line format used by stickyfunc mode.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/util-modes.el.gz
(defconst semantic-stickyfunc-header-line-format
'(:eval (list
;; Magic bit I found on emacswiki.
(propertize " " 'display '((space :align-to 0)))
(semantic-stickyfunc-fetch-stickyline)))
"The header line format used by stickyfunc mode.")