diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/progmodes/which-func.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8196cae2056..ab355217b9e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-06-25 Masatake YAMATO <yamato@redhat.com> | ||
| 2 | |||
| 3 | * progmodes/which-func.el (which-func-format): | ||
| 4 | Add mouse-face. (Bug#11698) | ||
| 5 | |||
| 1 | 2012-06-24 Leo Liu <sdl.web@gmail.com> | 6 | 2012-06-24 Leo Liu <sdl.web@gmail.com> |
| 2 | 7 | ||
| 3 | * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer | 8 | * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer |
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." | |||
| 143 | (:propertize which-func-current | 143 | (:propertize which-func-current |
| 144 | local-map ,which-func-keymap | 144 | local-map ,which-func-keymap |
| 145 | face which-func | 145 | face which-func |
| 146 | ;;mouse-face highlight ; currently not evaluated :-( | 146 | mouse-face mode-line-highlight |
| 147 | help-echo "mouse-1: go to beginning\n\ | 147 | help-echo "mouse-1: go to beginning\n\ |
| 148 | mouse-2: toggle rest visibility\n\ | 148 | mouse-2: toggle rest visibility\n\ |
| 149 | mouse-3: go to end") | 149 | mouse-3: go to end") |