# HG changeset patch # User Chong Yidong # Date 1170039088 0 # Node ID 707654b699b0b4dae87b85432ef1ffeb3e0baf15 # Parent cebbb89929e5585debc49853d94f39092e445422 * jka-compr.el (jka-compr-partial-uncompress) (jka-compr-call-process): Rebind default-directory if it is invalid. Suggested by Chris Moore. diff -r cebbb89929e5 -r 707654b699b0 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jan 29 02:31:28 2007 +0000 +++ b/lisp/ChangeLog Mon Jan 29 02:51:28 2007 +0000 @@ -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.