[gnus git] branch no-gnus updated: m0-1-69-g9805c5f =1= Fix typo in last checkin.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 9805c5f42dd735fb458daf85b17850b5d055d466 (commit)
from 92846e6403bdcbda9ecd262618c08d617f026575 (commit)
- Log -----------------------------------------------------------------
commit 9805c5f42dd735fb458daf85b17850b5d055d466
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Feb 20 12:46:45 2012 +0100
Fix typo in last checkin.
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index 2af621a..0961738 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -1759,7 +1759,7 @@ If RECURSIVE, search recursively."
(replace-match (char-to-string char))))
;; Remove "soft hyphens".
(goto-char (point-min))
- (while (search-forward "-" nil t)
+ (while (search-forward "" nil t)
(replace-match "" t t))
(libxml-parse-html-region (point-min) (point-max))))
(mm-handle-set-undisplayer
-----------------------------------------------------------------------
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/mm-decode.el | 2 +-
1 files changed, 1 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, no-gnus has been updated
hooks/post-receive
--
Gnus Project