changeset 68865:90c105dcb4a0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-82 Creator: Michael Olson <mwolson@gnu.org> Fix compiler error in erc-dcc.el.
author Miles Bader <miles@gnu.org>
date Mon, 13 Feb 2006 22:57:54 +0000
parents 47f77ab239fc
children 5340157fbfc2
files lisp/erc/ChangeLog lisp/erc/erc-dcc.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/erc/ChangeLog	Mon Feb 13 21:59:45 2006 +0000
+++ b/lisp/erc/ChangeLog	Mon Feb 13 22:57:54 2006 +0000
@@ -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,
--- a/lisp/erc/erc-dcc.el	Mon Feb 13 21:59:45 2006 +0000
+++ b/lisp/erc/erc-dcc.el	Mon Feb 13 22:57:54 2006 +0000
@@ -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