]> git.eshelyaron.com Git - emacs.git/commitdiff
* jka-compr.el (jka-compr-partial-uncompress)
authorChong Yidong <cyd@stupidchicken.com>
Mon, 29 Jan 2007 02:51:28 +0000 (02:51 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 29 Jan 2007 02:51:28 +0000 (02:51 +0000)
(jka-compr-call-process): Rebind default-directory if it is
invalid.  Suggested by Chris Moore.

lisp/ChangeLog

index b7d48253fb231451746b95451be25ce440230e95..01740baa32086c032397742e514d9215577eb0bc 100644 (file)
@@ -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.