summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2023-04-27 19:40:46 +0200
committerMichael Albinus <michael.albinus@gmx.de>2023-04-27 19:40:46 +0200
commit98006bfd09cf0bbec5ade924e1a60c48b16701a1 (patch)
tree87080a8741b575d8bd95f3c8a51a1983ec480dcb /lisp
parent5ead8c5f69b0a69bac4641d5003ee422d6b67038 (diff)
downloademacs-98006bfd09cf0bbec5ade924e1a60c48b16701a1.tar.gz
Fix Tramp bug#63102
* lisp/net/tramp.el (tramp-remote-path): Add ;;;###tramp-autoload cookie. (Bug#63102)
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/tramp.el1
1 files changed, 1 insertions, 0 deletions
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"