From: Michael Albinus Date: Fri, 17 Jan 2014 18:24:09 +0000 (+0100) Subject: Add :version tag to `tramp-password-prompt-regexp'. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~347 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89535180791372f02142fb1c78699805fc2e5d07;p=emacs.git Add :version tag to `tramp-password-prompt-regexp'. --- 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)