emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108056: * lisp/progmodes/which-fu


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108056: * lisp/progmodes/which-func.el (which-func-format): Add mouse-face.
Date: Mon, 25 Jun 2012 00:11:03 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108056
fixes bug: http://debbugs.gnu.org/11698
author: Masatake YAMATO <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-06-25 00:11:03 -0700
message:
  * lisp/progmodes/which-func.el (which-func-format): Add mouse-face.
modified:
  lisp/ChangeLog
  lisp/progmodes/which-func.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-24 02:41:03 +0000
+++ b/lisp/ChangeLog    2012-06-25 07:11:03 +0000
@@ -1,3 +1,8 @@
+2012-06-25  Masatake YAMATO  <address@hidden>
+
+       * progmodes/which-func.el (which-func-format):
+       Add mouse-face.  (Bug#11698)
+
 2012-06-24  Leo Liu  <address@hidden>
 
        * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer

=== modified file 'lisp/progmodes/which-func.el'
--- a/lisp/progmodes/which-func.el      2012-04-21 18:25:20 +0000
+++ b/lisp/progmodes/which-func.el      2012-06-25 07:11:03 +0000
@@ -143,7 +143,7 @@
     (: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")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]