emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4eb3e6bdda: Fix comment in tramp.el


From: Michael Albinus
Subject: master 4eb3e6bdda: Fix comment in tramp.el
Date: Sun, 4 Sep 2022 13:25:31 -0400 (EDT)

branch: master
commit 4eb3e6bdda2f233186f5a27f2ec5f50916eb73ef
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    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 bf8c5d4a3d..b24525de3a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]