From 62a4698c2f07abd902df2150d244629071e19e2f Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 26 Jan 1999 16:33:23 +0000 Subject: [PATCH] rearrangement. --- mcs-20.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mcs-20.el b/mcs-20.el index bb28c05..4cc58d8 100644 --- a/mcs-20.el +++ b/mcs-20.el @@ -92,7 +92,8 @@ is specified, it is used as line break code type of coding-system." (if (find-coding-system cs) cs (if mime-charset-to-coding-system-default-method - (funcall mime-charset-to-coding-system-default-method charset lbt cs) + (funcall mime-charset-to-coding-system-default-method + charset lbt cs) )))) (defvar widget-mime-charset-prompt-value-history nil -- 1.7.10.4