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

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

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

revision 1.3.4.2 by miles, Thu Oct 14 08:49:52 2004 UTC revision 1.3.4.3 by miles, Thu Nov 4 08:55:37 2004 UTC
# Line 62  Each can be used any number of times.") Line 62  Each can be used any number of times.")
62    
63  (defun url-nfs-build-filename (url)  (defun url-nfs-build-filename (url)
64    (let* ((host (url-host url))    (let* ((host (url-host url))
65           (port (string-to-int (url-port url)))           (port (url-port url))
66           (pass (url-password url))           (pass (url-password url))
67           (user (url-user url))           (user (url-user url))
68           (file (url-filename url)))           (file (url-filename url)))

Legend:
Removed from v.1.3.4.2  
changed lines
  Added in v.1.3.4.3

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