[gnus git] branch master updated: n0-15-95-g29aaf33 =1= (shr-tag-s): Remove duplicate definition.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 29aaf33fa282f8b86be1fa339560fb2d5c195c30 (commit)
from 2de30b119e00ceb16dd3108303624bca837e60ac (commit)
- Log -----------------------------------------------------------------
commit 29aaf33fa282f8b86be1fa339560fb2d5c195c30
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Fri Apr 29 16:07:08 2011 +0200
(shr-tag-s): Remove duplicate definition.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8592577..c54ffb3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
* shr.el (shr-strike-through): New face.
(shr-tag-s): Use it to provide <s> support.
+ (shr-tag-s): Remove duplicate definition.
2011-04-25 Teodor Zlatanov <[email protected]>
diff --git a/lisp/shr.el b/lisp/shr.el
index 8dd228a..20865bd 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -782,9 +782,6 @@ ones, in case fg and bg are nil."
(defun shr-tag-u (cont)
(shr-fontize-cont cont 'underline))
-(defun shr-tag-s (cont)
- (shr-fontize-cont cont 'strike-through))
-
(defun shr-parse-style (style)
(when style
(save-match-data
-----------------------------------------------------------------------
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 | 1 +
lisp/shr.el | 3 ---
2 files changed, 1 insertions(+), 3 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