replace carriage-return instead of line feed in mu4e-message-outlook-cleanup

This commit is contained in:
Boris Glavic
2021-07-31 20:25:33 -05:00
parent 78ef8ddcbb
commit b4cf999802

View File

@ -245,8 +245,7 @@ replace with."
(with-temp-buffer
(insert body)
(goto-char (point-min))
(while (re-search-forward "[
 ’]" nil t)
(while (re-search-forward "\015 ’]" nil t)
(replace-match
(cond
((string= (match-string 0) "’") "'")