diff options
| -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 @@ | |||
| 47 | (aset use-default-ascent ?(1B(B t) | 47 | (aset use-default-ascent ?(1B(B t) |
| 48 | (aset ignore-relative-composition ?(1\(B t) | 48 | (aset ignore-relative-composition ?(1\(B t) |
| 49 | 49 | ||
| 50 | ;; Register a function to compose Lao characters. | ||
| 51 | (aset composition-function-table (make-char 'lao) | ||
| 52 | '(("\\c0\\c9?\\(\\(\\c2\\|\\c3\\)\\c4?\\|\\c4\\)?" | ||
| 53 | . lao-composition-function))) | ||
| 54 | |||
| 50 | ;;; lao.el ends here | 55 | ;;; lao.el ends here |