emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 98006bfd09c 1/2: Fix Tramp bug#63102


From: Michael Albinus
Subject: master 98006bfd09c 1/2: Fix Tramp bug#63102
Date: Thu, 27 Apr 2023 13:41:35 -0400 (EDT)

branch: master
commit 98006bfd09cf0bbec5ade924e1a60c48b16701a1
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]