From: morioka Date: Thu, 17 Sep 1998 12:24:10 +0000 (+0000) Subject: Move constant `*noconv*' from emu-20.el to emu.el. X-Git-Tag: poe-199811302358~43 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=60753449c55d8f7706bdd5187b6f351669615ab9;p=elisp%2Fapel.git Move constant `*noconv*' from emu-20.el to emu.el. --- 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 ;;;