[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/net/netrc.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/net/netrc.el |
Date: |
Thu, 17 Oct 2002 12:55:22 -0400 |
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"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/net/netrc.el,
Juanma Barranquero <=