comparison lisp/erc/erc-dcc.el @ 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 7010bb070445
children 9105f834eb17
comparison
equal deleted inserted replaced
68864:47f77ab239fc 68865:90c105dcb4a0
53 53
54 ;;; Code: 54 ;;; Code:
55 55
56 (require 'erc) 56 (require 'erc)
57 (eval-when-compile 57 (eval-when-compile
58 (require 'pcomplete)) 58 (require 'cl)
59 (require 'pcomplete))
59 60
60 (defgroup erc-dcc nil 61 (defgroup erc-dcc nil
61 "DCC stands for Direct Client Communication, where you and your 62 "DCC stands for Direct Client Communication, where you and your
62 friend's client programs connect directly to each other, 63 friend's client programs connect directly to each other,
63 bypassing IRC servers and their occasional \"lag\" or \"split\" 64 bypassing IRC servers and their occasional \"lag\" or \"split\"