From: Michael Albinus Date: Sun, 15 Jan 2012 16:03:30 +0000 (+0100) Subject: * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/97912defd376ad75ac582d073851a5a7a4d3cc12 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 76728fdbc5..e40d43ee8b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-01-15 Michael Albinus + + * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie. + 2012-01-14 Eli Zaretskii * info.el (Info-toc-build): If the Info file has no "Up" pointer, diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 02f933be36..2478253841 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -512,6 +512,7 @@ detected as prompt when being sent on echoing hosts, therefore.") ;; GNU/Linux (Debian, Suse): /bin:/usr/bin ;; FreeBSD: /usr/bin:/bin:/usr/sbin:/sbin: - beware trailing ":"! ;; IRIX64: /usr/bin +;;;###tramp-autoload (defcustom tramp-remote-path '(tramp-default-remote-path "/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin" "/local/bin" "/local/freeware/bin" "/local/gnu/bin"