* lisp/progmodes/which-func.el (which-func-format): Bump :version.

This commit is contained in:
Glenn Morris 2012-06-25 00:11:53 -07:00
parent 26e8548ea1
commit 8c3a19aba0

View file

@ -149,6 +149,7 @@ mouse-2: toggle rest visibility\n\
mouse-3: go to end")
"]")
"Format for displaying the function in the mode line."
:version "24.2" ; added mouse-face
:group 'which-func
:type 'sexp)
;;;###autoload (put 'which-func-format 'risky-local-variable t)