[gnus git] branch master updated: m0-3-82-g594a432 =1= Fix fallout of the previous patch.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 594a4328fc44ec2499013fc28a58f7568315d4c0 (commit)
from 7447ab3cef9e96e1cbf806a505ba0401caff3d2e (commit)
- Log -----------------------------------------------------------------
commit 594a4328fc44ec2499013fc28a58f7568315d4c0
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Mar 19 13:52:53 2012 +0100
Fix fallout of the previous patch.
diff --git a/lisp/shr.el b/lisp/shr.el
index 11d0f3e..e4f6bb7 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -340,7 +340,7 @@ size, and full-buffer size."
((eq shr-folding-mode 'none)
(insert text))
(t
- (when (and (string-match "\\`[ \t\n]" text)
+ (when (and (string-match "\\`[ \t\n ]" text)
(not (bolp))
(not (eq (char-after (1- (point))) ? )))
(insert " "))
@@ -383,7 +383,7 @@ size, and full-buffer size."
(shr-indent))
(end-of-line))
(insert " ")))
- (unless (string-match "[ \t\n]\\'" text)
+ (unless (string-match "[ \t\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/shr.el | 4 ++--
1 files changed, 2 insertions(+), 2 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