diff options
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/tramp.el | 5 |
1 files changed, 3 insertions, 2 deletions
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 |