From: Michael Albinus Date: Thu, 27 Apr 2023 17:40:46 +0000 (+0200) Subject: Fix Tramp bug#63102 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98006bfd09cf0bbec5ade924e1a60c48b16701a1;p=emacs.git Fix Tramp bug#63102 * lisp/net/tramp.el (tramp-remote-path): Add ;;;###tramp-autoload cookie. (Bug#63102) --- 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"