]> git.eshelyaron.com Git - emacs.git/commit
Don't load erc-goodies atop erc.el
authorF. Jason Park <jp@neverwas.me>
Fri, 20 Jan 2023 04:19:40 +0000 (20:19 -0800)
committerF. Jason Park <jp@neverwas.me>
Fri, 20 Jan 2023 13:09:29 +0000 (05:09 -0800)
commit628b624176357117f6ff89980a81eff0920cde37
treebfca8c36517fd90b813ffdfb4a569aeefd7b4575
parent40cf494b7ce8e2ad457d0e6841496239b756f313
Don't load erc-goodies atop erc.el

* lisp/erc/erc.el: Commit c2d657e7c4fd9685591f2120007eabf78745919d
"Move ERC's core dependencies to a separate file" ironed out ERC's
interwoven dependencies for the better but didn't cleanly sidestep the
goodies interdependency, specifically with regard to custom options.
This reverts the tiny portion impacting this aspect by once again
requiring `erc-goodies' at the very end of ERC's main library. Special
thanks to Libera.Chat user jrm for reporting this bug.
lisp/erc/erc.el