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