(shr-urlify): Highlight under mouse.
[bpt/emacs.git] / lisp / net / shr.el
index 6ddf8d2..cf3aec2 100644 (file)
@@ -832,6 +832,8 @@ 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
+        'mouse-face 'highlight
         'keymap shr-map)))
 
 (defun shr-encode-url (url)