[gnus git] branch master updated: m0-5-144-g139e76d =1= (shr-insert): \r is also not inserted, so don't try to delete it.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 139e76d7ecc22351372f65835ff8a92b144cef39 (commit)
from 57f5db3978bdf010b90cd2be4e1910ec46117cb6 (commit)
- Log -----------------------------------------------------------------
commit 139e76d7ecc22351372f65835ff8a92b144cef39
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Oct 9 03:57:18 2012 +0200
(shr-insert): \r is also not inserted, so don't try to delete it.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 37b7aaf..bbabc4c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-09 Lars Magne Ingebrigtsen <[email protected]>
+
+ * shr.el (shr-insert): \r is also not inserted, so don't try to delete
+ it.
+
2012-10-06 Glenn Morris <[email protected]>
* gnus-notifications.el (gnus-notifications):
diff --git a/lisp/shr.el b/lisp/shr.el
index e7a6c5d..0370455 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -391,7 +391,7 @@ size, and full-buffer size."
(shr-indent))
(end-of-line))
(insert " ")))
- (unless (string-match "[ \t\n ]\\'" text)
+ (unless (string-match "[ \t\r\n ]\\'" text)
(delete-char -1)))))
(defun shr-find-fill-point ()
-----------------------------------------------------------------------
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 | 5 +++++
lisp/shr.el | 2 +-
2 files changed, 6 insertions(+), 1 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