From: morioka Date: Wed, 19 May 1999 02:29:58 +0000 (+0000) Subject: (mime-charset-to-coding-system): Don't use `defsubst' to avoid problem X-Git-Tag: apel-9_19~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9abce339e57586f8a2f0388981af7ef97ff1d82e;p=elisp%2Fapel.git (mime-charset-to-coding-system): Don't use `defsubst' to avoid problem in XEmacs binary distributions. --- diff --git a/mcs-20.el b/mcs-20.el index 49bc116..45949be 100644 --- 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')