comparison lisp/international/mule-diag.el @ 103178:4f9eafb38e10

(describe-coding-system): Fix for big5.
author Kenichi Handa <handa@m17n.org>
date Fri, 08 May 2009 02:15:52 +0000
parents ed0a00c1025a
children 16c3fe546430
comparison
equal deleted inserted replaced
103177:a9330f5194ee 103178:4f9eafb38e10
446 (princ " (do conversion by CCL program)")) 446 (princ " (do conversion by CCL program)"))
447 ((eq type 'raw-text) 447 ((eq type 'raw-text)
448 (princ " (text with random binary characters)")) 448 (princ " (text with random binary characters)"))
449 ((eq type 'emacs-mule) 449 ((eq type 'emacs-mule)
450 (princ " (Emacs 21 internal encoding)")) 450 (princ " (Emacs 21 internal encoding)"))
451 ((eq type 'big5))
451 (t (princ ": invalid coding-system."))) 452 (t (princ ": invalid coding-system.")))
452 (princ "\nEOL type: ") 453 (princ "\nEOL type: ")
453 (let ((eol-type (coding-system-eol-type coding-system))) 454 (let ((eol-type (coding-system-eol-type coding-system)))
454 (cond ((vectorp eol-type) 455 (cond ((vectorp eol-type)
455 (princ "Automatic selection from:\n\t") 456 (princ "Automatic selection from:\n\t")