From 5a2a77359adb44501542f4a4d55e309b8dafbc6a Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Tue, 30 Jul 2013 16:27:04 +0200 Subject: [PATCH] (shr-urlify): Highlight under mouse. --- lisp/ChangeLog | 1 + lisp/net/shr.el | 1 + 2 files changed, 2 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8cc9a46406..42f50568b6 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 d0b3759782..cf3aec21ff 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) -- 2.20.1