summaryrefslogtreecommitdiff
path: root/lisp/net/tramp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net/tramp.el')
-rw-r--r--lisp/net/tramp.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index f13315bc662..851b11629f4 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -181,6 +181,7 @@ See the variable `tramp-encoding-shell' for more information."
(unless (string-match "cmd\\.exe" tramp-encoding-shell) "-i")
"*Use this switch together with `tramp-encoding-shell' for interactive shells.
See the variable `tramp-encoding-shell' for more information."
+ :version "24.1"
:group 'tramp
:type '(choice (const nil) string))
@@ -463,6 +464,7 @@ the remote shell.")
(defcustom tramp-local-end-of-line
(if (memq system-type '(windows-nt)) "\r\n" "\n")
"*String used for end of line in local processes."
+ :version "24.1"
:group 'tramp
:type 'string)