emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 6c95713: Fix interactive spec in netrc-parse


From: Lars Ingebrigtsen
Subject: emacs-27 6c95713: Fix interactive spec in netrc-parse
Date: Sat, 28 Dec 2019 07:41:11 -0500 (EST)

branch: emacs-27
commit 6c9571379ed68c171fcf80c4368f30bc9d453d2f
Author: Xu Chunyang <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 93152f4..cd351ed 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]