Fix interactive spec in netrc-parse
* lisp/net/netrc.el (netrc-parse): Fix placement of interactive spec (bug#38773).
This commit is contained in:
committed by
Lars Ingebrigtsen
parent
32222fb34c
commit
6c9571379e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user