]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/which-func.el (which-func-format): Add mouse-face.
authorMasatake YAMATO <yamato@redhat.com>
Mon, 25 Jun 2012 07:11:03 +0000 (00:11 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 25 Jun 2012 07:11:03 +0000 (00:11 -0700)
Fixes: debbugs:11698
lisp/ChangeLog
lisp/progmodes/which-func.el

index 8196cae2056ef7db5c8d18451fcedbb30f24087e..ab355217b9ebd832499c2466a05c3bffdb550cf4 100644 (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
index 01b4c6829f70ac12f0c1e48cb860858f31f392b8..7a810fb1e8f480ef3a82b559ecd1dad3fd9d0f07 100644 (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")