From c105330c43fb44d63eae2a0af18d3fcb0fc1ba12 Mon Sep 17 00:00:00 2001 From: shirai Date: Wed, 2 Oct 2002 08:55:04 +0000 Subject: [PATCH] (lsdb-insert-x-face-asynchronously): Bind process output coding-system to `binary' for the binary PBM image. --- lsdb.el | 1 + 1 file changed, 1 insertion(+) 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)) -- 1.7.10.4