mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(netrc-parse): Fix typo.
This commit is contained in:
parent
afbc4a8a15
commit
f25c692f5d
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
'line-end-position))
|
||||
|
||||
(defun netrc-parse (file)
|
||||
"Parse FILE and return an list of all entries in the 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue