Also have the `u' command work for HTML links.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 3 Sep 2010 17:35:02 +0000 (19:35 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 3 Sep 2010 17:35:02 +0000 (19:35 +0200)
lisp/gnus-art.el

index 944e65d..56e78cc 100644 (file)
@@ -7832,8 +7832,8 @@ specified by `gnus-button-alist'."
                                         'gnus-button-push from)
                (gnus-put-text-property
                 start end
-                'gnus-string (buffer-substring-no-properties
-                              start end))))))))))
+                'gnus-data (buffer-substring-no-properties
+                            start end))))))))))
 
 (defun gnus-article-extend-url-button (beg start end)
   "Extend url button if url is folded into two or more lines.
@@ -7945,7 +7945,7 @@ url is put as the `gnus-button-url' overlay property on the button."
   "Copy the string in the button to the kill ring."
   (interactive)
   (gnus-article-check-buffer)
-  (let ((data (get-text-property (point) 'gnus-string)))
+  (let ((data (get-text-property (point) 'gnus-data)))
     (when data
       (with-temp-buffer
        (insert data)