emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ab7db28: * lisp/net/tramp.el (tramp-antispoof-regex


From: Glenn Morris
Subject: [Emacs-diffs] master ab7db28: * lisp/net/tramp.el (tramp-antispoof-regexp): Fix version.
Date: Sat, 19 Oct 2019 14:26:46 -0400 (EDT)

branch: master
commit ab7db2814f6bf0a02d533d2cbf1a3d5160a7a007
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * 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 6c17ef0..95ca6e3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]