From 7518fc1221d36f911b60abcaec42759c42292d78 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen <larsi@gnus.org> Date: Tue, 9 Oct 2012 02:28:34 +0000 Subject: shr.el (shr-insert): \r is also not inserted, so don't try to delete it --- lisp/gnus/shr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/gnus/shr.el') diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el index e7a6c5d2081..03704554459 100644 --- a/lisp/gnus/shr.el +++ b/lisp/gnus/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 () -- cgit v1.2.1