]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/erc-join.el
Fix a bunch of custom types (thank you cus-test.el)
[gnu-emacs] / lisp / erc / erc-join.el
index ac6b311a0c4944314f5ea404b3472ad85f0447b2..b6e6dfc52537819f0c07551e1a8a8e79c5a80f62 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-join.el --- autojoin channels on connect and reconnects
 
-;; Copyright (C) 2002-2004, 2006-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2004, 2006-2013 Free Software Foundation, Inc.
 
 ;; Author: Alex Schroeder <alex@gnu.org>
 ;; Maintainer: FSF
@@ -34,7 +34,6 @@
 
 (require 'erc)
 (require 'auth-source)
-(eval-when-compile (require 'cl))
 
 (defgroup erc-autojoin nil
   "Enable autojoining."