; * lisp/net/tramp-compat.el (top): Use read syntax #' for `functionp'.

This commit is contained in:
Stefan Monnier 2025-09-10 11:13:45 +02:00 committed by Michael Albinus
parent a060bdec82
commit 014036980e

View file

@ -229,7 +229,7 @@ value is the default binding of the variable."
(cdr result)
,variable)))))
(dolist (elt (all-completions "tramp-compat-" obarray 'functionp))
(dolist (elt (all-completions "tramp-compat-" obarray #'functionp))
(function-put (intern elt) 'tramp-suppress-trace t))
(add-hook 'tramp-unload-hook