From 9abce339e57586f8a2f0388981af7ef97ff1d82e Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 19 May 1999 02:29:58 +0000 Subject: [PATCH] (mime-charset-to-coding-system): Don't use `defsubst' to avoid problem in XEmacs binary distributions. --- mcs-20.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 1.7.10.4