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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-irc.el,v
Date: Fri, 14 Jul 2006 02:29:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     06/07/14 02:29:50

Index: lisp/url/url-irc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/url/url-irc.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- lisp/url/url-irc.el 27 Mar 2006 21:02:19 -0000      1.11
+++ lisp/url/url-irc.el 14 Jul 2006 02:29:49 -0000      1.12
@@ -68,9 +68,7 @@
       (switch-to-buffer (concat chan "@" host)))))
 
 (defun url-irc-erc (host port channel user password)
-  (erc-select :server host :port port :nick user :password password)
-  (when channel
-    (erc-join-channel channel)))
+  (erc-handle-irc-url host port channel user password))
 
 ;;;###autoload
 (defun url-irc (url)




reply via email to

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