emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-irc.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-irc.el,v
Date: Thu, 29 Nov 2007 04:32:36 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/11/29 04:32:36

Index: url-irc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/url/url-irc.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- url-irc.el  26 Jul 2007 05:27:36 -0000      1.14
+++ url-irc.el  29 Nov 2007 04:32:36 -0000      1.15
@@ -47,6 +47,10 @@
                 (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 "address@hidden:%d" user host port)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]