aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorMichael Albinus2012-01-15 17:03:30 +0100
committerMichael Albinus2012-01-15 17:03:30 +0100
commit97912defd376ad75ac582d073851a5a7a4d3cc12 (patch)
tree1b70cd445cc09be89f3f8bd16ce6023662a0742f /lisp/net
parent06848b82dc631bfad8c357a5c897d708f4fe4156 (diff)
downloademacs-97912defd376ad75ac582d073851a5a7a4d3cc12.tar.gz
emacs-97912defd376ad75ac582d073851a5a7a4d3cc12.zip
* net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/tramp-sh.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 02f933be367..2478253841f 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.")
512;; GNU/Linux (Debian, Suse): /bin:/usr/bin 512;; GNU/Linux (Debian, Suse): /bin:/usr/bin
513;; FreeBSD: /usr/bin:/bin:/usr/sbin:/sbin: - beware trailing ":"! 513;; FreeBSD: /usr/bin:/bin:/usr/sbin:/sbin: - beware trailing ":"!
514;; IRIX64: /usr/bin 514;; IRIX64: /usr/bin
515;;;###tramp-autoload
515(defcustom tramp-remote-path 516(defcustom tramp-remote-path
516 '(tramp-default-remote-path "/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin" 517 '(tramp-default-remote-path "/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"
517 "/local/bin" "/local/freeware/bin" "/local/gnu/bin" 518 "/local/bin" "/local/freeware/bin" "/local/gnu/bin"