annotate lisp/subdirs.el @ 46802:10aa49b3d28a

Version 2.0.10 released. (tramp-uudecode): New shell function `tramp_uudecode' to decode to standard output even if `uudecode -p' and `uudecode -o -' don't work. (tramp-post-connection): After finding the right shell, wait a bit. This is a kludge to avoid a race condition, even though I don't understand why there is a race condition in the first place. (tramp-post-connection): Install the `tramp_uudecode' shell function on the remote host. (tramp-coding-commands): Add an alternative for `tramp_uudecode'. (tramp-bug): Include more variables in the report.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Sun, 04 Aug 2002 13:58:44 +0000
parents 5cd92021d055
children 3f3106d3feb6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25867
Dave Love <fx@gnu.org>
parents:
diff changeset
1 ;; In load-path, after this directory should come
Dave Love <fx@gnu.org>
parents:
diff changeset
2 ;; certain of its subdirectories. Here we specify them.
40918
5cd92021d055 File regenerated.
Eli Zaretskii <eliz@gnu.org>
parents: 34487
diff changeset
3 (normal-top-level-add-to-load-path '("toolbar" "textmodes" "progmodes" "play" "obsolete" "net" "mail" "language" "international" "gnus" "eshell" "emulation" "emacs-lisp" "calendar" "calc" ))