Fix interactive spec in netrc-parse
* lisp/net/netrc.el (netrc-parse): Fix placement of interactive spec (bug#38773).
This commit is contained in:
parent
32222fb34c
commit
6c9571379e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue