mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(emacs-mule): Set :charset-list,
consistent with coding-system-charset-list doc. (iso-8859-16): New charset.
This commit is contained in:
parent
14c75a193f
commit
7e8b4d677a
1 changed files with 4 additions and 0 deletions
|
|
@ -164,6 +164,9 @@
|
|||
(define-iso-single-byte-charset 'iso-8859-15 'latin-iso8859-15
|
||||
"ISO/IEC 8859/15" "Latin-9" 203 ?b 142 "8859-15")
|
||||
|
||||
(define-iso-single-byte-charset 'iso-8859-16 'latin-iso8859-16
|
||||
"ISO/IEC 8859/16" "Latin-9" 226 ?f nil "8859-16")
|
||||
|
||||
(define-charset 'thai-tis620
|
||||
"TIS620.2533"
|
||||
:short-name "TIS620.2533"
|
||||
|
|
@ -803,6 +806,7 @@ is treated as a character."
|
|||
(define-coding-system 'emacs-mule
|
||||
"Emacs 21 internal format used in buffer and string."
|
||||
:coding-type 'emacs-mule
|
||||
:charset-list 'emacs-mule
|
||||
:mnemonic ?M)
|
||||
|
||||
(define-coding-system 'utf-8
|
||||
|
|
|
|||
Loading…
Reference in a new issue