From 8c3a19aba0f100ad00cfaead72ed572d1c0e93b7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 25 Jun 2012 00:11:53 -0700 Subject: [PATCH] * lisp/progmodes/which-func.el (which-func-format): Bump :version. --- lisp/progmodes/which-func.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5