]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last commit in tramp.el
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 24 Jul 2021 16:49:57 +0000 (18:49 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 24 Jul 2021 16:49:57 +0000 (18:49 +0200)
lisp/net/tramp.el

index 24953f751e940d7ceb5bda0ef210f113651062dd..59c4f33f5ef3ebf8047bd517b5754332ae341984 100644 (file)
@@ -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"