[gnus git] branch master updated: m0-11-225-g28ad920 =1= hashcash.el (mail-add-payment): Remove debugger entry
Katsumi Yamaoka <[email protected]> Mon, 27 Apr 2015 00:08:36 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 28ad920a7adb53479e9ef7ce95c09f3fc0939185 (commit)
from 5a37f2dc10a9c3819516c5741d662400a6dbcf74 (commit)
- Log -----------------------------------------------------------------
commit 28ad920a7adb53479e9ef7ce95c09f3fc0939185
Author: Katsumi Yamaoka <[email protected]>
Date: Sun Apr 26 22:08:17 2015 +0000
hashcash.el (mail-add-payment): Remove debugger entry
diff --git a/lisp/hashcash.el b/lisp/hashcash.el
index 6d9e678..7017065 100644
--- a/lisp/hashcash.el
+++ b/lisp/hashcash.el
@@ -317,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))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/hashcash.el | 1 -
1 file changed, 1 deletion(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project