* gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 21 Oct 2010 02:51:12 +0000 (04:51 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 21 Oct 2010 02:51:12 +0000 (04:51 +0200)
lisp/ChangeLog
lisp/gnus-sum.el

index 7491276..076d7e8 100644 (file)
@@ -1,5 +1,7 @@
 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
+
        * gnus.el (gnus-message-archive-group): Quote value.
        (gnus-message-archive-group): Mark as changed.
 
index ce87639..e4e6111 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)