From 98006bfd09cf0bbec5ade924e1a60c48b16701a1 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 27 Apr 2023 19:40:46 +0200 Subject: [PATCH] Fix Tramp bug#63102 * lisp/net/tramp.el (tramp-remote-path): Add ;;;###tramp-autoload cookie. (Bug#63102) --- lisp/net/tramp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 81473404f0c..ca95b6b6971 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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" -- 2.39.5