diff options
| author | Michael Albinus | 2013-11-04 15:32:40 +0100 |
|---|---|---|
| committer | Michael Albinus | 2013-11-04 15:32:40 +0100 |
| commit | b27cc9fc02ca67204df9261381e58dc206fbeeff (patch) | |
| tree | f1efa5dba33c7199311380a54793d1d144005f51 /lisp/ChangeLog | |
| parent | 2ea53115b435f84ce093b7cb9ee5e7ce31120349 (diff) | |
| download | emacs-b27cc9fc02ca67204df9261381e58dc206fbeeff.tar.gz emacs-b27cc9fc02ca67204df9261381e58dc206fbeeff.zip | |
Fix problems found while writing a test suite.
* net/tramp.el (tramp-file-name-regexp-unified): Simplify.
(tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
(tramp-handle-substitute-in-file-name): Let-bind `process-environment'
to nil when running original file name handler. Otherwise,
there are problems with constructs like "$$FOO".
* net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
for `localname'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ded64a543a0..e351b73fbd6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2013-11-04 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | Fix problems found while writing a test suite. | ||
| 4 | |||
| 5 | * net/tramp.el (tramp-file-name-regexp-unified): Simplify. | ||
| 6 | (tramp-file-name-for-operation): Use `tramp-tramp-file-p'. | ||
| 7 | (tramp-handle-substitute-in-file-name): Let-bind `process-environment' | ||
| 8 | to nil when running original file name handler. Otherwise, | ||
| 9 | there are problems with constructs like "$$FOO". | ||
| 10 | |||
| 11 | * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix | ||
| 12 | for `localname'. | ||
| 13 | |||
| 1 | 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com> | 14 | 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com> |
| 2 | 15 | ||
| 3 | * helpers.el: New library for misc helper functions. | 16 | * helpers.el: New library for misc helper functions. |