From: morioka Date: Wed, 11 Mar 1998 12:18:44 +0000 (+0000) Subject: tm 7.98. X-Git-Tag: tm-7_100~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ef09d0e316472a2b608c82785d1b66db50582184;p=elisp%2Fapel.git tm 7.98. --- 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))