2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Sun, 8 Oct 2000 11:30:04 +0000 (11:30 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Sun, 8 Oct 2000 11:30:04 +0000 (11:30 +0000)
* gnus-draft.el (gnus-draft-send-message): Typo.

lisp/ChangeLog
lisp/gnus-draft.el

index 113b5d8..b4cbafb 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
+
+       * gnus-draft.el (gnus-draft-send-message): Typo.
+
 2000-10-08  Simon Josefsson  <simon@josefsson.org>
 
        * nnimap.el (nnimap-verify-uidvalidity): Delete overview file when
index 09c6e68..79ca86a 100644 (file)
   "Send the current draft."
   (interactive "P")
   (let* ((articles (gnus-summary-work-articles n))
-        total (length articles)
+        (total (length articles))
         article)
     (while (setq article (pop articles))
       (gnus-summary-remove-process-mark article)