]> code.delx.au - gnu-emacs/commitdiff
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-82
authorMiles Bader <miles@gnu.org>
Mon, 13 Feb 2006 22:57:54 +0000 (22:57 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 13 Feb 2006 22:57:54 +0000 (22:57 +0000)
Creator:  Michael Olson <mwolson@gnu.org>

Fix compiler error in erc-dcc.el.

lisp/erc/ChangeLog
lisp/erc/erc-dcc.el

index 4653f4177e5748fffafd450556c875c6f920eb46..3d44f87777c2249f4f368d99aa7edc624ab9075d 100644 (file)
@@ -1,3 +1,7 @@
+2006-02-13  Michael Olson  <mwolson@gnu.org>
+
+       * erc-dcc.el: Use (eval-when-compile (require 'cl)).
+
 2006-02-12  Michael Olson  <mwolson@gnu.org>
 
        * erc-autoaway.el, erc-dcc.el, erc-ezbounce.el, erc-fill.el,
index 9b1e136ce59cebeee00d8479703c079ad75b26a5..4b9172f06d79a36680c3d8bd6663f2e80e4475f3 100644 (file)
@@ -55,7 +55,8 @@
 
 (require 'erc)
 (eval-when-compile
- (require 'pcomplete))
+  (require 'cl)
+  (require 'pcomplete))
 
 (defgroup erc-dcc nil
   "DCC stands for Direct Client Communication, where you and your