diff options
| author | Michael Albinus | 2014-05-06 11:51:05 +0200 |
|---|---|---|
| committer | Michael Albinus | 2014-05-06 11:51:05 +0200 |
| commit | 23e19cf290e71aacf4ad189d0ca0a51f3f967baf (patch) | |
| tree | 3c434db6f825b2e0640d8dd3c2d9902c33a8f4af /lisp/ChangeLog | |
| parent | 23a9a6c8c86375a3047f799530f9da43ee6bc0fc (diff) | |
| download | emacs-23e19cf290e71aacf4ad189d0ca0a51f3f967baf.tar.gz emacs-23e19cf290e71aacf4ad189d0ca0a51f3f967baf.zip | |
Fix Bug#17415.
* net/tramp-sh.el (tramp-uudecode): Replace the hard-coded temporary
file name by a format specifier.
(tramp-remote-coding-commands): Enhance docstring.
(tramp-find-inline-encoding): Replace "%t" by a temporary file name.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a6b61b891b..f5766f03063 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -9,6 +9,12 @@ | |||
| 9 | (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null. | 9 | (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null. |
| 10 | (Bug#17295) | 10 | (Bug#17295) |
| 11 | 11 | ||
| 12 | (tramp-uudecode): Replace the hard-coded temporary file name by a | ||
| 13 | format specifier. | ||
| 14 | (tramp-remote-coding-commands): Enhance docstring. | ||
| 15 | (tramp-find-inline-encoding): Replace "%t" by a temporary file | ||
| 16 | name. (Bug#17415) | ||
| 17 | |||
| 12 | 2014-05-06 Glenn Morris <rgm@gnu.org> | 18 | 2014-05-06 Glenn Morris <rgm@gnu.org> |
| 13 | 19 | ||
| 14 | * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value. | 20 | * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value. |