diff options
author | Kenichi Handa <handa@m17n.org> | 1999-12-15 00:47:31 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1999-12-15 00:47:31 +0000 |
commit | 86e2a80397cd08feef069795522a64b6e8834d2f (patch) | |
tree | a15b04f53c29f867f5da6451bebcec869f3ad944 /lisp/language | |
parent | c595d8887d0bbc2c0f8389a14d79e766fee1455e (diff) | |
download | emacs-86e2a80397cd08feef069795522a64b6e8834d2f.tar.gz emacs-86e2a80397cd08feef069795522a64b6e8834d2f.tar.bz2 emacs-86e2a80397cd08feef069795522a64b6e8834d2f.zip |
Register lao-composition-function in
composition-function-table.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/lao.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/language/lao.el b/lisp/language/lao.el index b8add00ec3e..c969871065e 100644 --- a/lisp/language/lao.el +++ b/lisp/language/lao.el @@ -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 |