# HG changeset patch # User Kenichi Handa # Date 945218851 0 # Node ID 78d4a8d767d5a323cd63c3d65e7e0a5ddeb5eb62 # Parent fce3871ada53d6622994aafc1429e550f6b18459 Register lao-composition-function in composition-function-table. diff -r fce3871ada53 -r 78d4a8d767d5 lisp/language/lao.el --- a/lisp/language/lao.el Wed Dec 15 00:46:54 1999 +0000 +++ b/lisp/language/lao.el Wed Dec 15 00:47:31 1999 +0000 @@ -47,4 +47,9 @@ (aset use-default-ascent ?(1B(B t) (aset ignore-relative-composition ?(1\(B t) +;; Register a function to compose Lao characters. +(aset composition-function-table (make-char 'lao) + '(("\\c0\\c9?\\(\\(\\c2\\|\\c3\\)\\c4?\\|\\c4\\)?" + . lao-composition-function))) + ;;; lao.el ends here