From 6c9571379ed68c171fcf80c4368f30bc9d453d2f Mon Sep 17 00:00:00 2001 From: Xu Chunyang Date: Sat, 28 Dec 2019 13:40:57 +0100 Subject: [PATCH] Fix interactive spec in netrc-parse * lisp/net/netrc.el (netrc-parse): Fix placement of interactive spec (bug#38773). --- lisp/net/netrc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2