Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
354330cf
Commit
354330cf
authored
Mar 27, 2006
by
Romain Francoise
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix last change.
parent
f5565804
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/url/url-irc.el
lisp/url/url-irc.el
+2
-1
No files found.
lisp/url/url-irc.el
View file @
354330cf
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment