diff options
| author | Michael Albinus | 2008-04-28 19:32:41 +0000 |
|---|---|---|
| committer | Michael Albinus | 2008-04-28 19:32:41 +0000 |
| commit | 76f31f76830a8ffe78cf86187ba2bf9cbae0f61c (patch) | |
| tree | 5d0fc8c41152c0e9c5059fe9de5e0299a282a161 /lisp/ChangeLog | |
| parent | 05a27ce5ccda276939037119ce2616053eaf5d7a (diff) | |
| download | emacs-76f31f76830a8ffe78cf86187ba2bf9cbae0f61c.tar.gz emacs-76f31f76830a8ffe78cf86187ba2bf9cbae0f61c.zip | |
* net/tramp.el (tramp-replace-environment-variables): Remove it.
There is a more simple solution.
(tramp-file-name-handler): Apply `substitute-in-file-name' w/o
Tramp file name handlers.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 80aeddee9ce..673c28f021b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-04-28 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-replace-environment-variables): Remove it. | ||
| 4 | There is a more simple solution. | ||
| 5 | (tramp-file-name-handler): Apply `substitute-in-file-name' w/o | ||
| 6 | Tramp file name handlers. | ||
| 7 | |||
| 1 | 2008-04-28 Nick Roberts <nickrob@snap.net.nz> | 8 | 2008-04-28 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 9 | ||
| 3 | * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint | 10 | * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint |