mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
(netrc-parse): Fix typo.
This commit is contained in:
parent
afbc4a8a15
commit
f25c692f5d
@ -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…
x
Reference in New Issue
Block a user