Merge remote-tracking branch 'origin/no-gnus'
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 Feb 2012 11:47:17 +0000 (12:47 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 Feb 2012 11:47:17 +0000 (12:47 +0100)
1  2 
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 ()