diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/info.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el index 5cd4eda2587..a52c76273d5 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -250,6 +250,7 @@ Do the right thing if the file has been compressed or zipped." (insert-file-contents fullname visit) (if decoder (let ((buffer-read-only nil) + (coding-system-for-write 'no-conversion) (default-directory (or (file-name-directory fullname) default-directory))) (call-process-region (point-min) (point-max) decoder t t))))) |