nnimap.el: Fix XEmacs 21.4 build failure from the last change
This commit is contained in:
parent
827235c3ce
commit
1f0f21c511
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue