From 9805c5f42dd735fb458daf85b17850b5d055d466 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 20 Feb 2012 12:46:45 +0100 Subject: [PATCH] Fix typo in last checkin. --- lisp/mm-decode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el index 2af621ada..096173840 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 -- 2.25.1