; Fix last change

This commit is contained in:
Michael Albinus 2024-09-09 15:35:55 +02:00
parent d33d8c089b
commit 7d7aa65f63

View file

@ -1516,8 +1516,9 @@ calling HANDLER.")
;; so .... here we are.
;;;###tramp-autoload(require 'cl-lib)
;;;###tramp-autoload
(cl-defstruct (tramp-file-name (:type list) :named)
method user domain host port localname hop)
(progn
(cl-defstruct (tramp-file-name (:type list) :named)
method user domain host port localname hop))
(tramp--with-startup
(function-put #'tramp-file-name-method 'tramp-suppress-trace t)