diff lisp/language/tibetan.el @ 20159:dce0d588d203

Give proper SAFE-CHARSET argument in each call of make-coding-system.
author Kenichi Handa <handa@m17n.org>
date Thu, 23 Oct 1997 12:03:41 +0000
parents 00b744016673
children 5f2c7f919bbf
line wrap: on
line diff
--- a/lisp/language/tibetan.el	Thu Oct 23 12:03:41 1997 +0000
+++ b/lisp/language/tibetan.el	Thu Oct 23 12:03:41 1997 +0000
@@ -92,7 +92,8 @@
  'tibetan 2 ?Q
  "8-bit encoding for ASCII (MSB=0) and TIBETAN (MSB=1)"
  '((ascii t) (tibetan t) nil nil
-   nil ascii-eol))
+   nil ascii-eol)
+ '(ascii tibetan))
 
 (coding-system-put 'tibetan 'post-read-conversion
 		   'tibetan-post-read-conversion)