diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7d48253fb2..01740baa320 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2007-01-29 Chong Yidong + * jka-compr.el (jka-compr-partial-uncompress) + (jka-compr-call-process): Rebind default-directory if it is + invalid. Suggested by Chris Moore. + * comint.el (comint-insert-input): Handle situation where the selected buffer is not the clicked buffer.