Mercurial > emacs
changeset 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 | 22eac37c58af |
children | b4556938af92 |
files | lisp/gnus/ChangeLog lisp/gnus/gnus-sum.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Thu Oct 21 02:44:47 2010 +0000 +++ b/lisp/gnus/ChangeLog Thu Oct 21 02:52:45 2010 +0000 @@ -1,3 +1,7 @@ +2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org> + + * gnus-sum.el (gnus-summary-edit-article-done): Bind replace-result. + 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus.el (gnus-message-archive-group): Quote value.
--- 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)