/[emacs]/emacs/lisp/url/url-irc.el
ViewVC logotype

Diff of /emacs/lisp/url/url-irc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by lh, Tue Oct 19 21:36:00 2004 UTC revision 1.6 by jet, Tue Nov 2 09:40:30 2004 UTC
# Line 61  PASSWORD - What password to use" Line 61  PASSWORD - What password to use"
61  ;;;###autoload  ;;;###autoload
62  (defun url-irc (url)  (defun url-irc (url)
63    (let* ((host (url-host url))    (let* ((host (url-host url))
64           (port (string-to-int (url-port url)))           (port (url-port url))
65           (pass (url-password url))           (pass (url-password url))
66           (user (url-user url))           (user (url-user url))
67           (chan (url-filename url)))           (chan (url-filename url)))

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26