projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a1b206
)
Backport: Add ERC version to protocol log
author
F. Jason Park
<jp@neverwas.me>
Sat, 9 Oct 2021 12:59:43 +0000
(14:59 +0200)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 11 Oct 2021 13:29:01 +0000
(09:29 -0400)
* lisp/erc/erc.el (erc-toggle-debug-irc-protocol): Include the erc
version in the debug logs (bug#51107).
(cherry picked from commit
13411346202f86e950bee076a5d528e98695fbb4
)
lisp/erc/erc.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc.el
b/lisp/erc/erc.el
index 3462aa4db0e5a031ee362959650c835ba524e9c9..4a86fa712ab5109b0f6e680025f23d1ca27f805b 100644
(file)
--- a/
lisp/erc/erc.el
+++ b/
lisp/erc/erc.el
@@
-2388,6
+2388,7
@@
If ARG is non-nil, show the *erc-protocol* buffer."
(let ((inhibit-read-only t)
(msg (list
(concat "Version: " erc-debug-irc-protocol-version)
+ (concat "ERC-Version: " erc-version)
(concat "Emacs-Version: " emacs-version)
(erc-make-notice
(concat "This buffer displays all IRC protocol "