* lisp/erc/erc-backend.el: Only require `erc' during compilation.
[bpt/emacs.git] / lisp / erc / erc-backend.el
index 858a6bd..90b96d7 100644 (file)
 ;; 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