From 60753449c55d8f7706bdd5187b6f351669615ab9 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 17 Sep 1998 12:24:10 +0000 Subject: [PATCH] Move constant `*noconv*' from emu-20.el to emu.el. --- emu-20.el | 10 ---------- emu.el | 11 +++++++++++ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/emu-20.el b/emu-20.el index ed33ca8..52b0bfb 100644 --- a/emu-20.el +++ b/emu-20.el @@ -34,16 +34,6 @@ (eval-when-compile (require 'wid-edit)) -;;; @@ Mule emulating aliases -;;; -;;; You should not use it. - -(defconst *noconv* 'binary - "Coding-system for binary. -This constant is defined to emulate old MULE anything older than MULE -2.3. It is obsolete, so don't use it.") - - ;;; @ MIME charset ;;; diff --git a/emu.el b/emu.el index 1ed2540..a026678 100644 --- a/emu.el +++ b/emu.el @@ -101,6 +101,17 @@ )) +;;; @ Mule emulating aliases +;;; +;;; You should not use it. + +(or (boundp '*noconv*) + (defconst *noconv* 'binary + "Coding-system for binary. +This constant is defined to emulate old MULE anything older than MULE 2.3. +It is obsolete, so don't use it.")) + + ;;; @ MIME charset ;;; -- 1.7.10.4