Fix my last change.
[gnus] / lisp / gnus-draft.el
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)