X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/93afd0f1d463bec0fc8d3127c1d34ccaa4dbe99b..24030ea3d9b990fe09ca1a06c150618d4e9b49fa:/lisp/url/url-irc.el diff --git a/lisp/url/url-irc.el b/lisp/url/url-irc.el index b00b897a92..2c3155e49c 100644 --- a/lisp/url/url-irc.el +++ b/lisp/url/url-irc.el @@ -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)