* net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 15 Jan 2012 16:03:30 +0000 (17:03 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 15 Jan 2012 16:03:30 +0000 (17:03 +0100)
lisp/ChangeLog
lisp/net/tramp-sh.el

index 76728fd..e40d43e 100644 (file)
@@ -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,
index 02f933b..2478253 100644 (file)
@@ -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"