Make all chararacters in the charset tibetan to tibetan script.

This commit is contained in:
Kenichi Handa
2002-11-07 06:27:55 +00:00
parent 68fbe6508f
commit cdfc5141c9

View File

@@ -937,6 +937,11 @@
(setq script-list (cons (nth 2 elt) script-list))))
(set-char-table-extra-slot char-script-table 0 (nreverse script-list)))
(map-charset-chars
#'(lambda (range ignore)
(set-char-table-range char-script-table range 'tibetan))
'tibetan)
;;; Setting word boundary.