]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 9 Sep 2024 13:35:55 +0000 (15:35 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:19:32 +0000 (22:19 +0200)
(cherry picked from commit 7d7aa65f63db78c5732f1580213fc3767b767a4a)

lisp/net/tramp.el

index 8c649f284156030d4d5e104d17c6d0ff9b152053..9efd547624274ca26da0c3ab0fc1da1e23231aba 100644 (file)
@@ -1513,8 +1513,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)