From 736345cb1fbdca6c22d0c709e21cf35b82ca119f Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 12 Sep 2002 08:36:59 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 6 ++++++ lisp/international/mule.el | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8446e6466c8..3cada00ad6e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2002-09-12 Kenichi Handa + + * international/mule-conf.el (emacs-mule, iso-2022-7bit) + (iso-2022-7bit-ss2, iso-2022-7bit-lock, iso-2022-8bit-ss2) + (compound-text, ctext-no-compositions): Cancel provious change. + 2002-09-09 Dave Love * wid-edit.el (widget-string-complete): New. diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 70c81d76632..283179a3874 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -467,12 +467,16 @@ and `mac' means MAC-like EOL \(i.e. single CR). If omitted, on decoding by the coding system, Emacs automatically detects the EOL format of the source text. -`:charset-list' (required for `charset' coding systems) +`:charset-list' VALUE must be a list of charsets supported by the coding system. On encoding by the coding system, if a character belongs to multiple charsets in the list, a charset that comes earlier in the list is -selected. +selected. If `:coding-type' is `iso-2022', VALUE may be `iso-2022', +which indicates that the coding system supports all ISO-2022 based +charsets. If `:coding-type' is `emacs-mule', VALUE may be +`emacs-mule', which indicates that the coding system supports all +charsets that have `:emacs-mule-id' property. `:ascii-compatible-p' -- 2.39.5