1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Fix last change.

This commit is contained in:
Romain Francoise 2006-03-27 21:02:19 +00:00
parent f55658040d
commit 354330cf16

View file

@ -69,7 +69,8 @@ PASSWORD - What password to use"
(defun url-irc-erc (host port channel user password)
(erc-select :server host :port port :nick user :password password)
(erc-join-channel channel))
(when channel
(erc-join-channel channel)))
;;;###autoload
(defun url-irc (url)