]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment in tramp.el
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 4 Sep 2022 17:25:21 +0000 (19:25 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 4 Sep 2022 17:25:21 +0000 (19:25 +0200)
lisp/net/tramp.el

index bf8c5d4a3dff8950e3b2e2b083f7b9f40836cca9..b24525de3a50351f76d9d047c0b1ce584698c838 100644 (file)
@@ -1431,9 +1431,14 @@ calling HANDLER.")
 ;; internal data structure.  Convenience functions for internal
 ;; data structure.
 
-;; The basic structure for remote file names.  We must autoload it in
-;; tramp-loaddefs.el, because some functions, which need it, wouldn't
-;; work otherwise when unloading / reloading Tramp.  (Bug#50869)
+;; The basic structure for remote file names.
+
+;; Note: We started autoloading it in tramp-loaddefs.el, because some
+;; functions, which needed it, wouldn't work otherwise when unloading
+;; / reloading Tramp (Bug#50869).
+;; This bug is fixed in Emacs 29, but other parts of Tramp have grown
+;; dependencies on having this in tramp-loaddefs.el in the mean time,
+;; so .... here we are.
 ;;;###tramp-autoload(require 'cl-lib)
 ;;;###tramp-autoload
 (progn