diff options
author | Glenn Morris <rgm@gnu.org> | 2012-06-28 23:28:37 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-06-28 23:28:37 -0700 |
commit | c8d3a25c0981020e1b8aa3bf96a4a0059be82431 (patch) | |
tree | 46a76faa5df111a6bea439330ea26bea1cc85585 /lisp/progmodes/which-func.el | |
parent | 5437effdb836355436f5f986e46baa6a41ec0966 (diff) | |
parent | 3d8b9024adf6136edd3f7b7edf70a88b6ab8a61b (diff) | |
download | emacs-c8d3a25c0981020e1b8aa3bf96a4a0059be82431.tar.gz emacs-c8d3a25c0981020e1b8aa3bf96a4a0059be82431.tar.bz2 emacs-c8d3a25c0981020e1b8aa3bf96a4a0059be82431.zip |
Merge from emacs-24; up to 2012-04-30T11:57:47Z!sdl.web@gmail.com
Diffstat (limited to 'lisp/progmodes/which-func.el')
-rw-r--r-- | lisp/progmodes/which-func.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el index d5c8a1c6792..02948b35fe0 100644 --- a/lisp/progmodes/which-func.el +++ b/lisp/progmodes/which-func.el @@ -144,12 +144,13 @@ Zero means compute the Imenu menu regardless of size." (:propertize which-func-current local-map ,which-func-keymap face which-func - ;;mouse-face highlight ; currently not evaluated :-( + mouse-face mode-line-highlight help-echo "mouse-1: go to beginning\n\ 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) |