;; 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.
(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))