* lisp/progmodes/which-func.el (which-func-format): Bump :version.
authorGlenn Morris <rgm@gnu.org>
Mon, 25 Jun 2012 07:11:53 +0000 (00:11 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 25 Jun 2012 07:11:53 +0000 (00:11 -0700)
lisp/progmodes/which-func.el

index 7a810fb..330e672 100644 (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)