aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b7d48253fb2..01740baa320 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12007-01-29 Chong Yidong <cyd@stupidchicken.com> 12007-01-29 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * jka-compr.el (jka-compr-partial-uncompress)
4 (jka-compr-call-process): Rebind default-directory if it is
5 invalid. Suggested by Chris Moore.
6
3 * comint.el (comint-insert-input): Handle situation where the 7 * comint.el (comint-insert-input): Handle situation where the
4 selected buffer is not the clicked buffer. 8 selected buffer is not the clicked buffer.
5 9