From: shirai Date: Wed, 2 Oct 2002 08:55:04 +0000 (+0000) Subject: (lsdb-insert-x-face-asynchronously): Bind process output X-Git-Tag: lsdb-0_10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c105330c43fb44d63eae2a0af18d3fcb0fc1ba12;p=elisp%2Flsdb.git (lsdb-insert-x-face-asynchronously): Bind process output coding-system to `binary' for the binary PBM image. --- diff --git a/lsdb.el b/lsdb.el index 8b31fdf..698d6e9 100644 --- a/lsdb.el +++ b/lsdb.el @@ -1712,6 +1712,7 @@ the user wants it." (lsdb-x-face-available-image-type))) (shell-file-name lsdb-shell-file-name) (shell-command-switch lsdb-shell-command-switch) + (coding-system-for-read 'binary) (process-connection-type nil) (cached (cdr (assq type (lsdb-gethash x-face lsdb-x-face-cache)))) (marker (point-marker))