diff options
| author | Kai Großjohann | 2004-11-06 20:32:24 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2004-11-06 20:32:24 +0000 |
| commit | c37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1 (patch) | |
| tree | f7aa5aa089b0a9c92ae0fbba3d87a76cfc4598ec | |
| parent | e7b52b6db22a312f19967f008ea11bbd2e133039 (diff) | |
| download | emacs-c37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1.tar.gz emacs-c37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1.zip | |
(tramp-uudecode): Mention `uudecode -o /dev/stdout'.
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/net/tramp.el | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a341673f31..6fc7796f339 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * net/tramp.el (tramp-coding-commands): Additionally try "uudecode | 3 | * net/tramp.el (tramp-coding-commands): Additionally try "uudecode |
| 4 | -o /dev/stdout" before trying "uudecode -o -". Suggested by Han | 4 | -o /dev/stdout" before trying "uudecode -o -". Suggested by Han |
| 5 | Boetes. | 5 | Boetes. |
| 6 | (tramp-uudecode): Mention `uudecode -o /dev/stdout'. | ||
| 6 | 7 | ||
| 7 | 2004-11-06 David Ponce <david@dponce.com> | 8 | 2004-11-06 David Ponce <david@dponce.com> |
| 8 | 9 | ||
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index f5625e8bd62..e153ab3341f 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -1535,8 +1535,9 @@ cat /tmp/tramp.$$ | |||
| 1535 | rm -f /tmp/tramp.$$ | 1535 | rm -f /tmp/tramp.$$ |
| 1536 | }" | 1536 | }" |
| 1537 | "Shell function to implement `uudecode' to standard output. | 1537 | "Shell function to implement `uudecode' to standard output. |
| 1538 | Many systems support `uudecode -o -' for this or `uudecode -p', but | 1538 | Many systems support `uudecode -o /dev/stdout' for this or |
| 1539 | some systems don't, and for them we have this shell function.") | 1539 | `uudecode -o -' or `uudecode -p', but some systems don't, and for |
| 1540 | them we have this shell function.") | ||
| 1540 | 1541 | ||
| 1541 | ;; Perl script to implement `file-attributes' in a Lisp `read'able | 1542 | ;; Perl script to implement `file-attributes' in a Lisp `read'able |
| 1542 | ;; output. If you are hacking on this, note that you get *no* output | 1543 | ;; output. If you are hacking on this, note that you get *no* output |