aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2014-01-17 19:24:09 +0100
committerMichael Albinus2014-01-17 19:24:09 +0100
commit89535180791372f02142fb1c78699805fc2e5d07 (patch)
treed42f4810c8fd197834f22ad6097666e0cc6f4229
parenta1340440283f540bea0d3176fe9b287d69c061a1 (diff)
downloademacs-89535180791372f02142fb1c78699805fc2e5d07.tar.gz
emacs-89535180791372f02142fb1c78699805fc2e5d07.zip
Add :version tag to `tramp-password-prompt-regexp'.
-rw-r--r--lisp/net/tramp.el1
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
574The regexp should match at end of buffer. 574The regexp should match at end of buffer.
575 575
576The `sudo' program appears to insert a `^@' character into the prompt." 576The `sudo' program appears to insert a `^@' character into the prompt."
577 :version "24.4"
577 :group 'tramp 578 :group 'tramp
578 :type 'regexp) 579 :type 'regexp)
579 580