]> git.eshelyaron.com Git - emacs.git/commitdiff
Register lao-composition-function in
authorKenichi Handa <handa@m17n.org>
Wed, 15 Dec 1999 00:47:31 +0000 (00:47 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 15 Dec 1999 00:47:31 +0000 (00:47 +0000)
composition-function-table.

lisp/language/lao.el

index b8add00ec3e59708554e982b43d47710c067f6bc..c969871065e29e6a24686986deea5c755a9f6721 100644 (file)
@@ -47,4 +47,9 @@
 (aset use-default-ascent ?\e(1B\e(B t)
 (aset ignore-relative-composition ?\e(1\\e(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