]> git.eshelyaron.com Git - emacs.git/commit
Add 'erc-version' and use it to display ERC version consistently
authorAmin Bandali <bandali@gnu.org>
Thu, 7 Oct 2021 01:50:56 +0000 (21:50 -0400)
committerAmin Bandali <bandali@gnu.org>
Thu, 7 Oct 2021 02:06:01 +0000 (22:06 -0400)
commit5afa07919ee6b2e90ad55048835049eb53faa843
tree013435b91b91e32951cecfd89654c2c82ea8be41
parentbc941846d9cc09341ef3c42c26cd3e04e29fe65f
Add 'erc-version' and use it to display ERC version consistently

* lisp/erc/erc.el (erc-version): New constant holding the current ERC
version, now used in the function with the same name to produce a
version string for use across ERC for consistency.  Also, add another
optional argument, 'bold-erc', which when non-nil, marks the "ERC"
portion of the string with the control character for bold display.
(erc-quit/part-reason-default): Use the 'erc-version' function for a
consistent version string.
(erc-cmd-SV): Mention the ERC version number from the 'erc-version'
constant.
(erc-ctcp-query-VERSION): Use the 'erc-version' function for a
consistent version string.
lisp/erc/erc.el