* mcs-ltn1.el (mime-charset-to-coding-system): Allow the 2nd arg.
authoryamaoka <yamaoka>
Wed, 2 Oct 2002 09:13:45 +0000 (09:13 +0000)
committeryamaoka <yamaoka>
Wed, 2 Oct 2002 09:13:45 +0000 (09:13 +0000)
* mcs-nemacs.el (mime-charset-to-coding-system): Ditto.

ChangeLog
mcs-ltn1.el
mcs-nemacs.el

index 1b50a8e..32f073d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mcs-ltn1.el (mime-charset-to-coding-system): Allow the 2nd arg.
+       * mcs-nemacs.el (mime-charset-to-coding-system): Ditto.
+
 2002-07-13  Daiki Ueno  <daiki@xemacs.org>
 
        * mcs-xm.el (encode-mime-charset-string): Use `defun' instead of
index aa76ef9..9e06fe5 100644 (file)
@@ -38,7 +38,7 @@
                   (mac . "\r"))))
   )
 
-(defun mime-charset-to-coding-system (charset)
+(defun mime-charset-to-coding-system (charset &optional lbt)
   (if (stringp charset)
       (setq charset (intern (downcase charset))))
   (if (memq charset (list 'us-ascii default-mime-charset))
index 9784ac6..c051399 100644 (file)
@@ -42,7 +42,7 @@
                   (mac . "\r"))))
   )
 
-(defun mime-charset-to-coding-system (charset)
+(defun mime-charset-to-coding-system (charset &optional lbt)
   (if (stringp charset)
       (setq charset (intern (downcase charset)))
     )