[gnus git] branch master updated: n0-17-22-gf680224 =1= * shr.el (shr-urlify, shr-link): Fix shr-link face.
Ted Zlatanov <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via f6802241a8e8267957915b3e51e6f2734807e32e (commit)
from 4872ab1ec2c8779072bea9c2f9f531c18a864ba6 (commit)
- Log -----------------------------------------------------------------
commit f6802241a8e8267957915b3e51e6f2734807e32e
Author: Ted Zlatanov <[email protected]>
Date: Fri May 6 10:29:39 2011 -0500
* shr.el (shr-urlify, shr-link): Fix shr-link face.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5d0972f..bc18be1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-06 Teodor Zlatanov <[email protected]>
+
+ * shr.el (shr-urlify, shr-link): Fix shr-link face.
+
2011-05-05 Teodor Zlatanov <[email protected]>
* shr.el (shr-urlify, shr-link): Still broken but at least doesn't
diff --git a/lisp/shr.el b/lisp/shr.el
index d8f33c8..37b71c5 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -91,9 +91,8 @@ cid: URL as the argument.")
"Font for <s> elements."
:group 'shr)
-(defface shr-link '((t (:underline t)
- (:foreground "yellow")
- (:background "black")))
+(defface shr-link
+ '((t (:underline t :foreground "yellow" :background "black")))
"Font for link elements."
:group 'shr)
@@ -597,7 +596,7 @@ START, and END. Note that START and END should be merkers."
: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)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/shr.el | 7 +++----
2 files changed, 7 insertions(+), 4 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project