diff options
-rw-r--r-- | lisp/net/netrc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/netrc.el b/lisp/net/netrc.el index 93152f4f2c4..cd351ed7e43 100644 --- a/lisp/net/netrc.el +++ b/lisp/net/netrc.el @@ -49,8 +49,8 @@ (defvar netrc-cache nil) (defun netrc-parse (&optional file) - (interactive "fFile to Parse: ") "Parse FILE and return a list of all entries in the file." + (interactive "fFile to Parse: ") (unless file (setq file netrc-file)) (if (listp file) |