]> git.eshelyaron.com Git - emacs.git/commit
Add subcommand dispatch facility to erc-cmd-HELP
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)
commitb1007516cdf7a21b44340838d9d9509a81577436
treed7171e29b6d38519d17458a8e609b2c3ff16ef89
parentdfaeeba97cc45015db5a785aa8f94089f960029d
Add subcommand dispatch facility to erc-cmd-HELP

* lisp/erc/erc.el (erc-cmd-HELP): Change signature by adding &rest
parameter.  Look for symbol property `erc--cmd-help' and, if found,
assume it's a function and call it with &rest args after attempting to
autoload the primary command symbol.  (Bug#62444.)
lisp/erc/erc.el