From 1f0f21c51107e8a2d6e223840018dfdf3dbafee2 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 7 Feb 2012 03:26:08 +0000 Subject: [PATCH] nnimap.el: Fix XEmacs 21.4 build failure from the last change --- lisp/gnus/nnimap.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index c5b77dbef4a..4c75f721ff6 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/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) -- 2.39.2