mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
*** empty log message ***
This commit is contained in:
parent
d398dba6b9
commit
736345cb1f
2 changed files with 12 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2002-09-12 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
* 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 <d.love@dl.ac.uk>
|
||||
|
||||
* wid-edit.el (widget-string-complete): New.
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue