Mercurial > emacs
changeset 75493:707654b699b0
* jka-compr.el (jka-compr-partial-uncompress)
(jka-compr-call-process): Rebind default-directory if it is
invalid. Suggested by Chris Moore.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 29 Jan 2007 02:51:28 +0000 |
parents | cebbb89929e5 |
children | 04d75deb3a31 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <cyd@stupidchicken.com> + * 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.