; Fix last change
This commit is contained in:
parent
d33d8c089b
commit
7d7aa65f63
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue