summaryrefslogtreecommitdiff
path: root/lisp/progmodes/which-func.el
diff options
context:
space:
mode:
authorMasatake YAMATO <yamato@redhat.com>2012-06-25 00:11:03 -0700
committerGlenn Morris <rgm@gnu.org>2012-06-25 00:11:03 -0700
commit26e8548ea1f5261b362c4bb438a4f09c0121acfc (patch)
tree1b4b3ab32a887cb8c545346ec955e59890ac8779 /lisp/progmodes/which-func.el
parent3b6f72805ec9de05c39e443fa178fd23bef69e00 (diff)
downloademacs-26e8548ea1f5261b362c4bb438a4f09c0121acfc.tar.gz
emacs-26e8548ea1f5261b362c4bb438a4f09c0121acfc.tar.bz2
emacs-26e8548ea1f5261b362c4bb438a4f09c0121acfc.zip
* lisp/progmodes/which-func.el (which-func-format): Add mouse-face.
Fixes: debbugs:11698
Diffstat (limited to 'lisp/progmodes/which-func.el')
-rw-r--r--lisp/progmodes/which-func.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el
index 01b4c6829f7..7a810fb1e8f 100644
--- a/lisp/progmodes/which-func.el
+++ b/lisp/progmodes/which-func.el
@@ -143,7 +143,7 @@ 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")