Variable: semantic-which-function

semantic-which-function is a variable defined in imenu.el.gz.

Value

semantic-default-which-function

Documentation

Function to convert semantic tags into which-function text.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/imenu.el.gz
;;; Which function support
;;
;; The which-function library will display the current function in the
;; mode line.  It tries to do this through imenu.  With a semantic parsed
;; buffer, there is a much more efficient way of doing this.
;; Advise `which-function' so that we optionally use semantic tags
;; instead, and get better stuff.

(defvar semantic-which-function #'semantic-default-which-function
  "Function to convert semantic tags into `which-function' text.")