Fix typo in last checkin.
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 Feb 2012 11:46:45 +0000 (12:46 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 Feb 2012 11:46:45 +0000 (12:46 +0100)
lisp/mm-decode.el

index 2af621a..0961738 100644 (file)
@@ -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