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 (with-temp-buffer
(insert body) (insert body)
(goto-char (point-min)) (goto-char (point-min))
(while (re-search-forward "[ (while (re-search-forward "\015 ’]" nil t)
 ’]" nil t)
(replace-match (replace-match
(cond (cond
((string= (match-string 0) "’") "'") ((string= (match-string 0) "’") "'")