From: morioka Date: Wed, 25 Mar 1998 14:09:15 +0000 (+0000) Subject: (mime-charset-coding-system-alist): Use 'defcustom. X-Git-Tag: apel-unify-7_6-char-next-index~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=24c5e58123be31703de73d2b783e28a6fecf40a8;p=elisp%2Fapel.git (mime-charset-coding-system-alist): Use 'defcustom. --- diff --git a/emu-20.el b/emu-20.el index c2fd137..a6e0e92 100644 --- a/emu-20.el +++ b/emu-20.el @@ -71,7 +71,7 @@ This constant is defined to emulate old MULE anything older than MULE ;;; @ 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) @@ -88,7 +88,9 @@ This constant is defined to emulate old MULE anything older than MULE ) 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.