diff options
| author | Glenn Morris | 2019-10-19 11:26:34 -0700 |
|---|---|---|
| committer | Glenn Morris | 2019-10-19 11:26:34 -0700 |
| commit | ab7db2814f6bf0a02d533d2cbf1a3d5160a7a007 (patch) | |
| tree | b1d12bced65cbaddd7bb4db250ff4231c3fe6a72 /lisp | |
| parent | 278b7c1b52be11e8c49b8252953e8e84d45765c3 (diff) | |
| download | emacs-ab7db2814f6bf0a02d533d2cbf1a3d5160a7a007.tar.gz emacs-ab7db2814f6bf0a02d533d2cbf1a3d5160a7a007.zip | |
* lisp/net/tramp.el (tramp-antispoof-regexp): Fix version.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/tramp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 643 | (defcustom tramp-antispoof-regexp | 643 | (defcustom tramp-antispoof-regexp |
| 644 | (regexp-quote "Access granted. Press Return to begin session. ") | 644 | (regexp-quote "Access granted. Press Return to begin session. ") |
| 645 | "Regular expression matching plink's anti-spoofing message." | 645 | "Regular expression matching plink's anti-spoofing message." |
| 646 | :version 27.1 | 646 | :version "27.1" |
| 647 | :type 'regexp) | 647 | :type 'regexp) |
| 648 | 648 | ||
| 649 | (defcustom tramp-operation-not-permitted-regexp | 649 | (defcustom tramp-operation-not-permitted-regexp |