* net/shr.el (shr-urlify): Put `follow-link' on URLs.

Fixes: debbugs:14815
This commit is contained in:
Lars Magne Ingebrigtsen 2013-07-30 16:25:11 +02:00
parent 3cd51eaa03
commit d50fceab31
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
* net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
* vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'

View file

@ -832,6 +832,7 @@ START, and END. Note that START and END should be markers."
start (point)
(list 'shr-url url
'help-echo (if title (format "%s (%s)" url title) url)
'follow-link t
'keymap shr-map)))
(defun shr-encode-url (url)