From: Michael Albinus Date: Sun, 4 Sep 2022 17:25:21 +0000 (+0200) Subject: Fix comment in tramp.el X-Git-Tag: emacs-29.0.90~1856^2~728 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4eb3e6bdda2f233186f5a27f2ec5f50916eb73ef;p=emacs.git Fix comment in tramp.el --- 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