/[emacs]/emacs/lisp/net/netrc.el
ViewVC logotype

Diff of /emacs/lisp/net/netrc.el

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

revision 1.1 by rms, Wed Apr 24 16:07:06 2002 UTC revision 1.1.2.1 by miles, Fri Apr 4 06:20:30 2003 UTC
# Line 41  Line 41 
41      'line-end-position))      'line-end-position))
42    
43  (defun netrc-parse (file)  (defun netrc-parse (file)
44    "Parse FILE and return an list of all entries in the file."    "Parse FILE and return a list of all entries in the file."
45    (when (file-exists-p file)    (when (file-exists-p file)
46      (with-temp-buffer      (with-temp-buffer
47        (let ((tokens '("machine" "default" "login"        (let ((tokens '("machine" "default" "login"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

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