]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus-sum.el (gnus-summary-edit-article-done): Bind replace-result.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 21 Oct 2010 02:52:45 +0000 (02:52 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 21 Oct 2010 02:52:45 +0000 (02:52 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el

index fb173c4009bfbb1a7d870869e9e6e636ef9438f3..f8082923a515a101cffcc0dfda2ecbf89040e439 100644 (file)
@@ -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.
index ce876399061f289afa98afbe3ea3b61c5afc37b4..e4e611126a9ae3ddcc8df56398c2720adbf3d701 100644 (file)
@@ -10278,7 +10278,8 @@ groups."
          (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)