aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2002-09-12 08:36:59 +0000
committerKenichi Handa2002-09-12 08:36:59 +0000
commit736345cb1fbdca6c22d0c709e21cf35b82ca119f (patch)
treecf38de618189ca429046ba4e645f445203ce3502
parentd398dba6b9bc0ab05278602d0331a3271922bc79 (diff)
downloademacs-736345cb1fbdca6c22d0c709e21cf35b82ca119f.tar.gz
emacs-736345cb1fbdca6c22d0c709e21cf35b82ca119f.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/international/mule.el8
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 @@
12002-09-12 Kenichi Handa <handa@etl.go.jp>
2
3 * international/mule-conf.el (emacs-mule, iso-2022-7bit)
4 (iso-2022-7bit-ss2, iso-2022-7bit-lock, iso-2022-8bit-ss2)
5 (compound-text, ctext-no-compositions): Cancel provious change.
6
12002-09-09 Dave Love <d.love@dl.ac.uk> 72002-09-09 Dave Love <d.love@dl.ac.uk>
2 8
3 * wid-edit.el (widget-string-complete): New. 9 * 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
467decoding by the coding system, Emacs automatically detects the EOL 467decoding by the coding system, Emacs automatically detects the EOL
468format of the source text. 468format of the source text.
469 469
470`:charset-list' (required for `charset' coding systems) 470`:charset-list'
471 471
472VALUE must be a list of charsets supported by the coding system. On 472VALUE must be a list of charsets supported by the coding system. On
473encoding by the coding system, if a character belongs to multiple 473encoding by the coding system, if a character belongs to multiple
474charsets in the list, a charset that comes earlier in the list is 474charsets in the list, a charset that comes earlier in the list is
475selected. 475selected. If `:coding-type' is `iso-2022', VALUE may be `iso-2022',
476which indicates that the coding system supports all ISO-2022 based
477charsets. If `:coding-type' is `emacs-mule', VALUE may be
478`emacs-mule', which indicates that the coding system supports all
479charsets that have `:emacs-mule-id' property.
476 480
477`:ascii-compatible-p' 481`:ascii-compatible-p'
478 482