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:
parent
f55658040d
commit
354330cf16
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue