aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/language/tibetan.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/tibetan.el b/lisp/language/tibetan.el
index 309ee9d0d3d..4de0ab96ae2 100644
--- a/lisp/language/tibetan.el
+++ b/lisp/language/tibetan.el
@@ -607,7 +607,7 @@ This also matches some punctuation characters which need conversion.")
607 607
608;; For automatic composition. 608;; For automatic composition.
609(set-char-table-range composition-function-table '(#xF00 . #xFD1) 609(set-char-table-range composition-function-table '(#xF00 . #xFD1)
610 '(("[\xF00-\xFD1]+" . font-shape-text))) 610 '(("[\xF00-\xFD1]+" . tibetan-composition-function)))
611 611
612(provide 'tibetan) 612(provide 'tibetan)
613 613