From c2a20f65d310539a7d6613565ca742954424112f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Engdeg=C3=A5rd?= Date: Sat, 13 Sep 2025 16:29:51 +0200 Subject: [PATCH] ; * test/lisp/net/tramp-tests.el: silence function-quoting warning --- test/lisp/net/tramp-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 7f8b71180d2..7b90bb4d9be 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -8851,7 +8851,7 @@ Since it unloads Tramp, it shall be the last test to run." (string-match-p (rx bol "with" (| "tramp" "parsed")) (symbol-name x)) ;; `tramp-register-archive-file-name-handler' is autoloaded ;; in Emacs < 29.1. - (not (eq #'tramp-register-archive-file-name-handler x)) + (not (eq 'tramp-register-archive-file-name-handler x)) ;; `tramp-compat-rx' is autoloaded in Emacs 29.1. (not (eq 'tramp-compat-rx x)) (not (string-match-p