summaryrefslogtreecommitdiff
path: root/lisp/net/netrc.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net/netrc.el')
-rw-r--r--lisp/net/netrc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/netrc.el b/lisp/net/netrc.el
index 070b32a63d0..16d9203ba04 100644
--- a/lisp/net/netrc.el
+++ b/lisp/net/netrc.el
@@ -39,6 +39,7 @@
(defcustom netrc-file "~/.authinfo"
"File where user credentials are stored."
+ :version "24.1"
:type 'file
:group 'netrc)