From: Glenn Morris Date: Mon, 25 Jun 2012 07:11:53 +0000 (-0700) Subject: * lisp/progmodes/which-func.el (which-func-format): Bump :version. X-Git-Tag: emacs-24.2~65 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c3a19aba0f100ad00cfaead72ed572d1c0e93b7;p=emacs.git * lisp/progmodes/which-func.el (which-func-format): Bump :version. --- diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el index 7a810fb1e8f..330e672ce42 100644 --- a/lisp/progmodes/which-func.el +++ b/lisp/progmodes/which-func.el @@ -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)