Fix interactive spec in netrc-parse

* lisp/net/netrc.el (netrc-parse): Fix placement of interactive
spec (bug#38773).
This commit is contained in:
Xu Chunyang 2019-12-28 13:40:57 +01:00 committed by Lars Ingebrigtsen
parent 32222fb34c
commit 6c9571379e

View file

@ -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)