From: Chong Yidong Date: Mon, 29 Jan 2007 02:51:28 +0000 (+0000) Subject: * jka-compr.el (jka-compr-partial-uncompress) X-Git-Tag: emacs-pretest-22.0.94~548 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44dc01e42bc41b37105176e24f3cdfd69c8f1e69;p=emacs.git * jka-compr.el (jka-compr-partial-uncompress) (jka-compr-call-process): Rebind default-directory if it is invalid. Suggested by Chris Moore. --- 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.