Mercurial > emacs
diff lisp/gnus/gnus-sum.el @ 111076:ef2f1f7d574b
gnus-sum.el (gnus-summary-edit-article-done): Bind replace-result.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Thu, 21 Oct 2010 02:52:45 +0000 |
parents | 25ddbcf2f2ea |
children | 11259a64bfc0 |
line wrap: on
line diff
--- a/lisp/gnus/gnus-sum.el Thu Oct 21 02:44:47 2010 +0000 +++ b/lisp/gnus/gnus-sum.el Thu Oct 21 02:52:45 2010 +0000 @@ -10278,7 +10278,8 @@ (insert (number-to-string lines)))))) ;; Replace the article. (let ((buf (current-buffer)) - (article (cdr gnus-article-current))) + (article (cdr gnus-article-current)) + replace-result) (with-temp-buffer (insert-buffer-substring buf) (if (and (not read-only)