diff options
author | Glenn Morris <rgm@gnu.org> | 2012-06-25 00:11:53 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-06-25 00:11:53 -0700 |
commit | 8c3a19aba0f100ad00cfaead72ed572d1c0e93b7 (patch) | |
tree | a3887cb8c35616af0bab229cea8e5d987e3e2324 /lisp | |
parent | 26e8548ea1f5261b362c4bb438a4f09c0121acfc (diff) | |
download | emacs-8c3a19aba0f100ad00cfaead72ed572d1c0e93b7.tar.gz emacs-8c3a19aba0f100ad00cfaead72ed572d1c0e93b7.tar.bz2 emacs-8c3a19aba0f100ad00cfaead72ed572d1c0e93b7.zip |
* lisp/progmodes/which-func.el (which-func-format): Bump :version.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/which-func.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |