From 89535180791372f02142fb1c78699805fc2e5d07 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 17 Jan 2014 19:24:09 +0100 Subject: [PATCH] Add :version tag to `tramp-password-prompt-regexp'. --- lisp/net/tramp.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.11.4.GIT