mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
* lisp/progmodes/which-func.el (which-func-format): Add mouse-face.
Fixes: debbugs:11698
This commit is contained in:
parent
3b6f72805e
commit
26e8548ea1
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue