* lisp/progmodes/which-func.el (which-func-format): Add mouse-face.

Fixes: debbugs:11698
This commit is contained in:
Masatake YAMATO 2012-06-25 00:11:03 -07:00 committed by Glenn Morris
parent 3b6f72805e
commit 26e8548ea1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-06-25 Masatake YAMATO <yamato@redhat.com>
* progmodes/which-func.el (which-func-format):
Add mouse-face. (Bug#11698)
2012-06-24 Leo Liu <sdl.web@gmail.com>
* ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer

View file

@ -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")