# HG changeset patch # User Kenichi Handa # Date 1036650475 0 # Node ID b73d29dcc8c0664f8d63c3fd1bbeed9cb2810256 # Parent adbc95471ef8faa700f0b8700ec5a1558054cb02 Make all chararacters in the charset tibetan to tibetan script. diff -r adbc95471ef8 -r b73d29dcc8c0 lisp/international/characters.el --- a/lisp/international/characters.el Thu Nov 07 06:27:27 2002 +0000 +++ b/lisp/international/characters.el Thu Nov 07 06:27:55 2002 +0000 @@ -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.