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:
parent
02d844b536
commit
f146f2e4bd
@ -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…
Reference in New Issue
Block a user