comparison lisp/international/mule.el @ 53048:810931aa5f2d

(ctext-non-standard-encodings-alist): Fix coding systems.
author Kenichi Handa <handa@m17n.org>
date Fri, 14 Nov 2003 02:39:35 +0000
parents 482664d12a27
children ee5206ee4439
comparison
equal deleted inserted replaced
53047:9f2b82f3752a 53048:810931aa5f2d
1328 (set-coding-priority-internal))) 1328 (set-coding-priority-internal)))
1329 1329
1330 ;;; X selections 1330 ;;; X selections
1331 1331
1332 (defvar ctext-non-standard-encodings-alist 1332 (defvar ctext-non-standard-encodings-alist
1333 '(("ISO8859-15" . latin-iso8859-15) 1333 '(("ISO8859-15" . iso-8859-15)
1334 ("ISO8859-14" . latin-iso8859-14) 1334 ("ISO8859-14" . iso-8859-14)
1335 ("KOI8-R" . koi8-r) 1335 ("KOI8-R" . koi8-r)
1336 ("BIG5-0" . big5)) 1336 ("BIG5-0" . big5))
1337 "Alist of non-standard encoding names vs Emacs coding systems. 1337 "Alist of non-standard encoding names vs Emacs coding systems.
1338 This alist is used to decode an extened segment of a compound text.") 1338 This alist is used to decode an extened segment of a compound text.")
1339 1339