From: Lars Ingebrigtsen Date: Tue, 7 Feb 2012 02:50:39 +0000 (+0100) Subject: Fix XEmacs 21.4 build failure from the last change X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=e73012620ed0ef460469ccbf54c3a982f10504ef;p=gnus Fix XEmacs 21.4 build failure from the last change --- diff --git a/lisp/nnimap.el b/lisp/nnimap.el index c5b77dbef..4c75f721f 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -208,8 +208,7 @@ textual parts.") (delete-region (+ (match-beginning 0) 2) (point)) (setq string (buffer-substring (point) (+ (point) size))) (delete-region (point) (+ (point) size)) - (insert (format "%S" (subst-char-in-string - ?\n ?\s string)))) + (insert (format "%S" (mm-subst-char-in-string ?\n ?\s string)))) (beginning-of-line) (setq article (and (re-search-forward "UID \\([0-9]+\\)" (line-end-position)