+2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
+
+ * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
+ error out because the face is not a list.
+
2011-05-05 Glenn Morris <rgm@gnu.org>
* gnus-start.el (gnus-propagate-marks): Declare.
(defface shr-link '((t (:underline t)
(:foreground "yellow")
(:background "black")))
- "Font for <s> elements."
+ "Font for link elements."
:group 'shr)
;;; Internal variables.
:help-echo (if title (format "%s (%s)" url title) url)
:keymap shr-map
url)
- (put-text-property start (point) 'face 'shr-link)
+ (put-text-property start (point) 'face '(shr-link))
(put-text-property start (point) 'shr-url url))
(defun shr-encode-url (url)