1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

* erc/erc-backend.el: Require erc at run-time too (silences compilation)

This commit is contained in:
Glenn Morris 2013-05-29 20:19:04 -07:00
parent 02d844b536
commit f146f2e4bd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-05-30 Glenn Morris <rgm@gnu.org>
* erc-backend.el: Require erc at run-time too.
2013-05-21 Glenn Morris <rgm@gnu.org>
* erc-log.el (erc-network-name): Declare.

View File

@ -102,7 +102,8 @@
;; 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:
(eval-when-compile (provide 'erc-backend) (require 'erc))
(provide 'erc-backend)
(require 'erc)
;;;; Variables and options