aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2011-07-27 13:22:22 +0200
committerMichael Albinus2011-07-27 13:22:22 +0200
commit8a7eddd7bf52d44f9e4e6a900fbb9ac6ecfdc402 (patch)
tree87b3cef8df31bc2563b2abe1172882f4fcafa627 /lisp/ChangeLog
parent1ddd96f5cf0b06846edd03d6b225c31206cee0b7 (diff)
downloademacs-8a7eddd7bf52d44f9e4e6a900fbb9ac6ecfdc402.tar.gz
emacs-8a7eddd7bf52d44f9e4e6a900fbb9ac6ecfdc402.zip
* net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
connection process, it could be nil.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ebbd696eddf..afa15eab24e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12011-07-27 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
4 connection process, it could be nil.
5
12011-07-27 Leo Liu <sdl.web@gmail.com> 62011-07-27 Leo Liu <sdl.web@gmail.com>
2 7
3 Simplify url handling in rcirc-mode. 8 Simplify url handling in rcirc-mode.