From ef09d0e316472a2b608c82785d1b66db50582184 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 11 Mar 1998 12:18:44 +0000 Subject: [PATCH] tm 7.98. --- emu-e20.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emu-e20.el b/emu-e20.el index a3c051c..e5623a1 100644 --- a/emu-e20.el +++ b/emu-e20.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1996 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: emu-e20.el,v 7.1 1996/12/12 02:29:18 morioka Exp $ +;; Version: $Id: emu-e20.el,v 7.2 1996/12/18 13:12:15 morioka Exp $ ;; Keywords: emulation, compatibility, Mule ;; This file is part of emu. @@ -78,7 +78,8 @@ in the region between START and END. (defmacro as-binary-process (&rest body) `(let (selective-display ; Disable ^M to nl translation. ;; for Emacs/mule - (default-process-coding-system 'no-conversion) + (coding-system-for-read 'no-conversion) + (coding-system-for-write 'no-conversion) ) ,@ body)) -- 1.7.10.4