From 33d6770736b62a299e8ebc69c0e9c62fb0ed169c Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 7 Aug 1998 13:51:21 +0000 Subject: [PATCH] Define coding-system `raw-text-dos' if it is not found. --- emu-x20.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emu-x20.el b/emu-x20.el index 2281a91..44d52ee 100644 --- a/emu-x20.el +++ b/emu-x20.el @@ -34,6 +34,9 @@ (and (coding-system-property 'iso-2022-jp 'input-charset-conversion) (copy-coding-system 'iso-2022-7bit 'iso-2022-jp)) +(or (find-coding-system 'raw-text-dos) + (copy-coding-system 'no-conversion-dos 'raw-text-dos)) + ;;; @ without code-conversion ;;; -- 1.7.10.4