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 /lisp/ChangeLog | |
| parent | e7b52b6db22a312f19967f008ea11bbd2e133039 (diff) | |
| download | emacs-c37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1.tar.gz emacs-c37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1.zip | |
(tramp-uudecode): Mention `uudecode -o /dev/stdout'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 1 |
1 files changed, 1 insertions, 0 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 | ||