diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2014-01-17 19:24:09 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2014-01-17 19:24:09 +0100 |
commit | 89535180791372f02142fb1c78699805fc2e5d07 (patch) | |
tree | d42f4810c8fd197834f22ad6097666e0cc6f4229 /lisp | |
parent | a1340440283f540bea0d3176fe9b287d69c061a1 (diff) | |
download | emacs-89535180791372f02142fb1c78699805fc2e5d07.tar.gz |
Add :version tag to `tramp-password-prompt-regexp'.
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) |