]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in ERC DCC code in verbose mode
authorMattias Engdegård <mattiase@acm.org>
Tue, 29 Mar 2022 09:14:11 +0000 (11:14 +0200)
committerMattias 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

index cc4143bfa23d4432f44166353ea58ef591074786..59bfd246036cf9fad3a57338de9055feab88f52c 100644 (file)
@@ -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