mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
* erc/erc-backend.el: Require erc at run-time too (silences compilation)
This commit is contained in:
parent
02d844b536
commit
f146f2e4bd
2 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue