changeset 26893:78d4a8d767d5

Register lao-composition-function in composition-function-table.
author Kenichi Handa <handa@m17n.org>
date Wed, 15 Dec 1999 00:47:31 +0000
parents fce3871ada53
children e0a13ff5901d
files lisp/language/lao.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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