+2015-03-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * net/shr.el (shr-insert): Remove soft hyphens.
+
2015-02-28 Eli Zaretskii <eliz@gnu.org>
* mail/rmailmm.el (rmail-mime-insert-html): Decode HTML payload
(replace-match "" t t))
(while (re-search-forward "[ \t\n\r ]+" nil t)
(replace-match " " t t))
+ ;; Remove soft hyphens.
+ (goto-char (point-min))
+ (while (search-forward "" nil t)
+ (replace-match "" t t))
(goto-char (point-max)))
;; We may have removed everything we inserted if if was just
;; spaces.