emacs-diffs
[Top][All Lists]
Advanced

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

master 0c77d1d: Fix last commit in tramp.el


From: Michael Albinus
Subject: master 0c77d1d: Fix last commit in tramp.el
Date: Sat, 24 Jul 2021 12:50:05 -0400 (EDT)

branch: master
commit 0c77d1d2ca9a20d4b77a1228ee8f6e9aac64063a
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Fix last commit in tramp.el
---
 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 24953f7..59c4f33 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -701,7 +701,7 @@ The regexp should match at end of buffer."
 ;; Yubikey requires the user physically to touch the device with their
 ;; finger.  We must tell it to the user.
 (defcustom tramp-yubikey-regexp
-  (regexp-quote "Confirm user presence for key .*")
+  "Confirm user presence for key .*"
   "Regular expression matching yubikey confirmation message.
 The regexp should match at end of buffer."
   :version "28.1"



reply via email to

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