tm 7.98.
authormorioka <morioka>
Wed, 11 Mar 1998 12:18:44 +0000 (12:18 +0000)
committermorioka <morioka>
Wed, 11 Mar 1998 12:18:44 +0000 (12:18 +0000)
emu-e20.el

index a3c051c..e5623a1 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1996 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; 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))