From: Lars Magne Ingebrigtsen Date: Tue, 30 Jul 2013 14:27:04 +0000 (+0200) Subject: (shr-urlify): Highlight under mouse. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1688^2~81 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a2a77359adb44501542f4a4d55e309b8dafbc6a;p=emacs.git (shr-urlify): Highlight under mouse. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8cc9a464067..42f50568b6e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2013-07-30 Lars Magne Ingebrigtsen * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815). + (shr-urlify): Highlight under mouse. 2013-07-30 Xue Fuqiao diff --git a/lisp/net/shr.el b/lisp/net/shr.el index d0b3759782b..cf3aec21ffb 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -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)