[gnus git] branch master updated: m0-3-38-gbbe68ed =2= Merge remote-tracking branch 'origin/no-gnus' ; Fix typo in last checkin.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via bbe68edb313e02acb4557e5cc4ff2f87a41ca66c (commit)
via 9805c5f42dd735fb458daf85b17850b5d055d466 (commit)
from 45fa4ca61249cdc0ea2c06cfd0b43473e53ccf50 (commit)
- Log -----------------------------------------------------------------
commit bbe68edb313e02acb4557e5cc4ff2f87a41ca66c
Merge: 45fa4ca 9805c5f
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Feb 20 12:47:17 2012 +0100
Merge remote-tracking branch 'origin/no-gnus'
diff --cc lisp/mm-decode.el
index 9a852fa,0961738..1278d11
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@@ -1774,11 -1759,9 +1774,11 @@@ 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))))
+ (unless (bobp)
+ (insert "\n"))
(mm-handle-set-undisplayer
handle
`(lambda ()
-----------------------------------------------------------------------
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, master has been updated
hooks/post-receive
--
Gnus Project