projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b5ea36
)
Fix typo in ERC DCC code in verbose mode
author
Mattias Engdegård
<mattiase@acm.org>
Tue, 29 Mar 2022 09:14:11 +0000
(11:14 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Tue, 29 Mar 2022 09:17:08 +0000
(11:17 +0200)
* lisp/erc/erc-dcc.el (erc-dcc-send-block): Typo causing incorrect
message when `erc-dcc-verbose` is set.
lisp/erc/erc-dcc.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc-dcc.el
b/lisp/erc/erc-dcc.el
index cc4143bfa23d4432f44166353ea58ef591074786..59bfd246036cf9fad3a57338de9055feab88f52c 100644
(file)
--- a/
lisp/erc/erc-dcc.el
+++ b/
lisp/erc/erc-dcc.el
@@
-768,7
+768,7
@@
the matching regexp, or nil if none found."
PROC is the process-object of the DCC connection. Returns the number of
bytes sent."
(let* ((elt (erc-dcc-member :peer proc))
- (confirmed-marker (plist-get elt :
sent
))
+ (confirmed-marker (plist-get elt :
confirmed
))
(sent-marker (plist-get elt :sent)))
(with-current-buffer (process-buffer proc)
(when erc-dcc-verbose