* net/shr.el (shr-urlify): Put `follow-link' on URLs.
Fixes: debbugs:14815
This commit is contained in:
parent
3cd51eaa03
commit
d50fceab31
2 changed files with 5 additions and 0 deletions
|
@ -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*'
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue