]> git.eshelyaron.com Git - emacs.git/commit
Add subcommand erc-cmd-HELP handler to erc-dcc
authorF. Jason Park <jp@neverwas.me>
Sat, 25 Mar 2023 16:13:40 +0000 (09:13 -0700)
committerF. Jason Park <jp@neverwas.me>
Sat, 8 Apr 2023 21:23:50 +0000 (14:23 -0700)
commit2d3ae5d5e68a21e51105168b1d9503f28e9e98c3
tree64c28e82a1cb252790a8a5871b1c5283cde8006a
parentb1007516cdf7a21b44340838d9d9509a81577436
Add subcommand erc-cmd-HELP handler to erc-dcc

* lisp/erc/erc-compat.el (erc-compat--28-split-string-shell-command,
erc-compat--split-string-shell-command): New functions introduced in
Emacs 28 for splitting pcomplete input.
* lisp/erc/erc-dcc.el (erc-cmd-DCC): Elect to tokenize line specially.
(erc-dcc--cmd-help): Add help handler.  (Bug#62444.)
lisp/erc/erc-compat.el
lisp/erc/erc-dcc.el