]> 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 ae7f90003a682d54add38d77862e689abe83166e..b6e6dfc52537819f0c07551e1a8a8e79c5a80f62 100644 (file)
@@ -1,8 +1,9 @@
 ;;; 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
 ;; Keywords: irc
 ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoJoin
 
@@ -33,7 +34,6 @@
 
 (require 'erc)
 (require 'auth-source)
-(eval-when-compile (require 'cl))
 
 (defgroup erc-autojoin nil
   "Enable autojoining."