; * test/lisp/net/tramp-tests.el: silence function-quoting warning

This commit is contained in:
Mattias Engdegård 2025-09-13 16:29:51 +02:00
parent dd9f185bf6
commit c2a20f65d3

View file

@ -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