From 4eb3e6bdda2f233186f5a27f2ec5f50916eb73ef Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 4 Sep 2022 19:25:21 +0200 Subject: [PATCH] Fix comment in tramp.el --- lisp/net/tramp.el | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index bf8c5d4a3df..b24525de3a5 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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 -- 2.39.2