* net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
This commit is contained in:
parent
06848b82dc
commit
97912defd3
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-01-15 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
|
||||
|
||||
2012-01-14 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* info.el (Info-toc-build): If the Info file has no "Up" pointer,
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue