]> git.eshelyaron.com Git - emacs.git/commit
Fix thinko introduced in the last ERC patch (bug#47788)
authorAmin Bandali <bandali@gnu.org>
Fri, 23 Apr 2021 22:49:37 +0000 (18:49 -0400)
committerAmin Bandali <bandali@gnu.org>
Fri, 23 Apr 2021 22:49:37 +0000 (18:49 -0400)
commit87d37e279f464d5e2124ca1fe3b05f8cfe20080a
treeaaf764101f4f1715cfd6f2214cdf89325bd414e3
parent2868199564fd0319e0d324d075d6f91153931e51
Fix thinko introduced in the last ERC patch (bug#47788)

* lisp/erc/erc-backend.el (erc-open-network-stream): Need to use apply
to call open-network-stream with the supplied arguments because of the
plist p of arguments.  Thanks to neverwas for pointing it out.
lisp/erc/erc-backend.el