From: F. Jason Park Date: Sat, 9 Oct 2021 12:59:43 +0000 (+0200) Subject: Backport: Add ERC version to protocol log X-Git-Tag: emacs-28.0.90~325 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=31d60488ac681eddd4cc504c93047e681c9cc707;p=emacs.git Backport: Add ERC version to protocol log * lisp/erc/erc.el (erc-toggle-debug-irc-protocol): Include the erc version in the debug logs (bug#51107). (cherry picked from commit 13411346202f86e950bee076a5d528e98695fbb4) --- diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 3462aa4db0e..4a86fa712ab 100644 --- 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 "