From ab7db2814f6bf0a02d533d2cbf1a3d5160a7a007 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 19 Oct 2019 11:26:34 -0700 Subject: [PATCH] * lisp/net/tramp.el (tramp-antispoof-regexp): Fix version. --- lisp/net/tramp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 6c17ef0b344..95ca6e3e2aa 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -643,7 +643,7 @@ The answer will be provided by `tramp-action-terminal', which see." (defcustom tramp-antispoof-regexp (regexp-quote "Access granted. Press Return to begin session. ") "Regular expression matching plink's anti-spoofing message." - :version 27.1 + :version "27.1" :type 'regexp) (defcustom tramp-operation-not-permitted-regexp -- 2.39.2