]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Tramp bug#63102
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 27 Apr 2023 17:40:46 +0000 (19:40 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 27 Apr 2023 17:40:46 +0000 (19:40 +0200)
* lisp/net/tramp.el (tramp-remote-path): Add ;;;###tramp-autoload cookie.
(Bug#63102)

lisp/net/tramp.el

index 81473404f0c1781484cd6809e91c652a4d9c54c9..ca95b6b69716110569a891f9a08ee30e1376225a 100644 (file)
@@ -1349,6 +1349,7 @@ let-bind this variable."
 ;; IRIX64: /usr/bin
 ;; QNAP QTS: ---
 ;; Hydra: /run/current-system/sw/bin:/bin:/usr/bin
+;;;###tramp-autoload
 (defcustom tramp-remote-path
   '(tramp-default-remote-path "/bin" "/usr/bin" "/sbin" "/usr/sbin"
     "/usr/local/bin" "/usr/local/sbin" "/local/bin" "/local/freeware/bin"