]> git.eshelyaron.com Git - emacs.git/commit
* lisp/erc/erc.el: Don't error if 'erc-loaddefs' does not exist.
authorAmin Bandali <bandali@gnu.org>
Sat, 18 Sep 2021 16:53:59 +0000 (12:53 -0400)
committerAmin Bandali <bandali@gnu.org>
Thu, 7 Oct 2021 03:14:25 +0000 (23:14 -0400)
commit1100fffcd360867c0116cb5c4d17bab535577c03
treeca49acb8d4b7220759a50d3a20d7932f98891d91
parent8865fc02abbf36aaa9801e74d82538336005eded
* lisp/erc/erc.el: Don't error if 'erc-loaddefs' does not exist.

That autoload file is created as part of the Emacs compilation
process, however we would like ERC to be usable if used outside
emacs.git (e.g. if installed from GNU ELPA).
lisp/erc/erc.el