(shr-urlify): Highlight under mouse.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 30 Jul 2013 14:27:04 +0000 (16:27 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 30 Jul 2013 14:27:04 +0000 (16:27 +0200)
lisp/ChangeLog
lisp/net/shr.el

index 8cc9a46..42f5056 100644 (file)
@@ -1,6 +1,7 @@
 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
+       (shr-urlify): Highlight under mouse.
 
 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
 
index d0b3759..cf3aec2 100644 (file)
@@ -833,6 +833,7 @@ START, and END.  Note that START and END should be markers."
    (list 'shr-url url
         'help-echo (if title (format "%s (%s)" url title) url)
         'follow-link t
+        'mouse-face 'highlight
         'keymap shr-map)))
 
 (defun shr-encode-url (url)