(mime-charset-to-coding-system): Don't use `defsubst' to avoid problem
authormorioka <morioka>
Wed, 19 May 1999 02:29:58 +0000 (02:29 +0000)
committermorioka <morioka>
Wed, 19 May 1999 02:29:58 +0000 (02:29 +0000)
in XEmacs binary distributions.

mcs-20.el

index 49bc116..45949be 100644 (file)
--- a/mcs-20.el
+++ b/mcs-20.el
@@ -71,7 +71,7 @@ If it is a function, interface must be (CHARSET LBT CODING-SYSTEM)."
   :group 'i18n
   :type '(choice function (const nil)))
 
-(defsubst mime-charset-to-coding-system (charset &optional lbt)
+(defun mime-charset-to-coding-system (charset &optional lbt)
   "Return coding-system corresponding with CHARSET.
 CHARSET is a symbol whose name is MIME charset.
 If optional argument LBT (`CRLF', `LF', `CR', `unix', `dos' or `mac')