(top-level): Don't require cl when compiling.
[bpt/emacs.git] / lisp / url / url-irc.el
index b00b897..2c3155e 100644 (file)
@@ -9,7 +9,7 @@
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2, or (at your option)
+;; the Free Software Foundation; either version 3, or (at your option)
 ;; any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
@@ -47,6 +47,10 @@ PASSWORD - What password to use"
                 (function :tag "Other"))
   :group 'url)
 
+;; External.
+(declare-function zenirc "ext:zenirc" (&optional prefix))
+(declare-function zenirc-send-line "ext:zenirc" ())
+
 (defun url-irc-zenirc (host port channel user password)
   (let ((zenirc-buffer-name (if (and user host port)
                                (format "%s@%s:%d" user host port)