Move constant `*noconv*' from emu-20.el to emu.el.
authormorioka <morioka>
Thu, 17 Sep 1998 12:24:10 +0000 (12:24 +0000)
committermorioka <morioka>
Thu, 17 Sep 1998 12:24:10 +0000 (12:24 +0000)
emu-20.el
emu.el

index ed33ca8..52b0bfb 100644 (file)
--- a/emu-20.el
+++ b/emu-20.el
 (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 (file)
--- a/emu.el
+++ b/emu.el
        ))
 
 
+;;; @ 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
 ;;;