1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-30 11:09:23 +00:00

nnimap.el: Fix XEmacs 21.4 build failure from the last change

This commit is contained in:
Lars Ingebrigtsen 2012-02-07 03:26:08 +00:00 committed by Katsumi Yamaoka
parent 827235c3ce
commit 1f0f21c511

View File

@ -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)