Quoting fixes
[gnus] / lisp / hashcash.el
index 9aaed5c..7017065 100644 (file)
@@ -252,13 +252,12 @@ Only start calculation.  Results are inserted when ready."
     (with-current-buffer buffer
       (save-excursion
        (save-restriction
-         (letf (((mark)))
-           (setq hashcash-process-alist (delq
-                                         (assq process hashcash-process-alist)
-                                         hashcash-process-alist))
-           (message-goto-eoh)
-           (when pay
-             (insert-before-markers "X-Hashcash: " pay))))))))
+         (setq hashcash-process-alist (delq
+                                       (assq process hashcash-process-alist)
+                                       hashcash-process-alist))
+         (message-goto-eoh)
+         (when pay
+           (insert-before-markers "X-Hashcash: " pay)))))))
 
 (defun hashcash-cancel-async (&optional buffer)
   "Delete any hashcash processes associated with BUFFER.
@@ -318,7 +317,6 @@ for each recipient address.  Prefix arg sets default payment temporarily.
 Set ASYNC to t to start asynchronous calculation.  (See
 `mail-add-payment-async')."
   (interactive "P")
-  (debug)
   (let ((hashcash-default-payment (if arg (prefix-numeric-value arg)
                                    hashcash-default-payment))
        (addrlist nil))