aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2013-02-18 20:13:21 +0100
committerMichael Albinus2013-02-18 20:13:21 +0100
commitc9bcc580e8286ee32840dae5aacdcc930cfee2da (patch)
tree753cddc456fb8abb8ef4a7a966e93b5b607657a0 /lisp/ChangeLog
parent17ddfd150ff1d84021342ee82ff53b5860579252 (diff)
downloademacs-c9bcc580e8286ee32840dae5aacdcc930cfee2da.tar.gz
emacs-c9bcc580e8286ee32840dae5aacdcc930cfee2da.zip
* eshell/em-unix.el (eshell/su): Require tramp.
(eshell/sudo): Require tramp. Remove now unnecessary check. * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind `tramp-current-connection' in order to avoid an error when several commands are invoked in a short time in eshell and friends.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 735ddd25369..7d7e62e8141 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12013-02-18 Michael Albinus <michael.albinus@gmx.de>
2
3 * eshell/em-unix.el (eshell/su): Require tramp.
4 (eshell/sudo): Require tramp. Remove now unnecessary check.
5
6 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
7 `tramp-current-connection' in order to avoid an error when several
8 commands are invoked in a short time in eshell and friends.
9
12013-02-16 Didier Verna <didier@didierverna.net> 102013-02-16 Didier Verna <didier@didierverna.net>
2 11
3 * net/network-stream.el (network-stream-open-starttls): 12 * net/network-stream.el (network-stream-open-starttls):