]> git.eshelyaron.com Git - emacs.git/commit
* lisp/erc/erc-fill.el (erc-fill-spaced-commands): Fix typing errors
authorMattias Engdegård <mattiase@acm.org>
Thu, 18 May 2023 07:49:53 +0000 (09:49 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 18 May 2023 07:49:53 +0000 (09:49 +0200)
commit0b722a74a56d24710cceab33287d1e2040eeb19f
tree3d7ba5adde8d00dd14a35b6bfdc669075d773e41
parent5df9d2311bf225d75e8a130203eb2203520ed1ae
* lisp/erc/erc-fill.el (erc-fill-spaced-commands): Fix typing errors

The type (set integer symbol) matches a list of at most one integer
and one symbol, not multiple distinct symbols.
lisp/erc/erc-fill.el