1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

* lisp/erc/erc-backend.el: Only require `erc' during compilation.

Fixes: debbugs:12486
This commit is contained in:
Stefan Monnier 2012-10-28 11:32:15 -04:00
parent 70edffb130
commit 3bb08684ce
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
* erc-backend.el: Only require `erc' during compilation (bug#12486).
2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
* erc-backend.el: Require `erc' instead of autoloading its macros

View file

@ -102,8 +102,7 @@
;; There's a fairly strong mutual dependency between erc.el and erc-backend.el.
;; Luckily, erc.el does not need erc-backend.el for macroexpansion whereas the
;; reverse is true:
(provide 'erc-backend)
(require 'erc)
(eval-when-compile (provide 'erc-backend) (require 'erc))
;;;; Variables and options