emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/netrc.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/net/netrc.el
Date: Fri, 04 Apr 2003 01:22:42 -0500

Index: emacs/lisp/net/netrc.el
diff -c emacs/lisp/net/netrc.el:1.1 emacs/lisp/net/netrc.el:1.2
*** emacs/lisp/net/netrc.el:1.1 Wed Apr 24 12:07:06 2002
--- emacs/lisp/net/netrc.el     Thu Oct 17 12:54:57 2002
***************
*** 41,47 ****
      'line-end-position))
  
  (defun netrc-parse (file)
!   "Parse FILE and return an list of all entries in the file."
    (when (file-exists-p file)
      (with-temp-buffer
        (let ((tokens '("machine" "default" "login"
--- 41,47 ----
      'line-end-position))
  
  (defun netrc-parse (file)
!   "Parse FILE and return a list of all entries in the file."
    (when (file-exists-p file)
      (with-temp-buffer
        (let ((tokens '("machine" "default" "login"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]