diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/tramp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 40baee4ce5e..8ac654c70ab 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -574,6 +574,7 @@ This regexp must match both `tramp-initial-end-of-output' and The regexp should match at end of buffer. The `sudo' program appears to insert a `^@' character into the prompt." + :version "24.4" :group 'tramp :type 'regexp) |