1998-03-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ * emu-20.el (mime-charset-coding-system-alist): Use 'defcustom.
+
+1998-03-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * emu-20.el: Require 'wid-edit when compile.
+
+\f
+1998-03-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
* APEL: Version 7.5 was released.
1998-03-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
;;; Code:
(require 'custom)
+(eval-when-compile (require 'wid-edit))
;;; @ binary access
;;; @ MIME charset
;;;
-(defvar mime-charset-coding-system-alist
+(defcustom mime-charset-coding-system-alist
`,(let ((rest
'((us-ascii . iso-8859-1)
(gb2312 . cn-gb-2312)
)
dest)
"Alist MIME CHARSET vs CODING-SYSTEM.
-MIME CHARSET and CODING-SYSTEM must be symbol.")
+MIME CHARSET and CODING-SYSTEM must be symbol."
+ :group 'i18n
+ :type '(repeat (cons symbol coding-system)))
(defsubst mime-charset-to-coding-system (charset &optional lbt)
"Return coding-system corresponding with CHARSET.