[gnus git] branch no-gnus updated: m0-1-35-ge730126 =1= Fix XEmacs 21.4 build failure from the last change
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e73012620ed0ef460469ccbf54c3a982f10504ef (commit)
from 28e3cf8574dca17746f5d87af36ed7ac116c8077 (commit)
- Log -----------------------------------------------------------------
commit e73012620ed0ef460469ccbf54c3a982f10504ef
Author: Lars Ingebrigtsen <[email protected]>
Date: Tue Feb 7 03:50:39 2012 +0100
Fix XEmacs 21.4 build failure from the last change
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index c5b77db..4c75f72 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)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/nnimap.el | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, no-gnus has been updated
hooks/post-receive
--
Gnus Project