mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * test/lisp/net/tramp-tests.el: silence function-quoting warning
This commit is contained in:
parent
dd9f185bf6
commit
c2a20f65d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue