Add :version tag to `tramp-password-prompt-regexp'.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 17 Jan 2014 18:24:09 +0000 (19:24 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 17 Jan 2014 18:24:09 +0000 (19:24 +0100)
lisp/net/tramp.el

index 40baee4..8ac654c 100644 (file)
@@ -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)