aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/language')
-rw-r--r--lisp/language/tibetan.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/tibetan.el b/lisp/language/tibetan.el
index a23645bae1f..c80b22c696d 100644
--- a/lisp/language/tibetan.el
+++ b/lisp/language/tibetan.el
@@ -424,7 +424,7 @@
424 )) 424 ))
425 425
426;;; alist for Tibetan composite vowels (long i, vocalic r, etc.) 426;;; alist for Tibetan composite vowels (long i, vocalic r, etc.)
427;;; New varialble. created by Tomabechi 2000/06/08 427;;; New variable. created by Tomabechi 2000/06/08
428(defconst tibetan-composite-vowel-alist 428(defconst tibetan-composite-vowel-alist
429 '(;; LONG A 429 '(;; LONG A
430 ;; ("$(7"R(B" . ((bc . tc) ?$(7"R(B)) 430 ;; ("$(7"R(B" . ((bc . tc) ?$(7"R(B))
@@ -604,7 +604,7 @@ This also matches some punctuation characters which need conversion.")
604(defvar tibetan-decomposed-temp nil) 604(defvar tibetan-decomposed-temp nil)
605 605
606;; For automatic composition. 606;; For automatic composition.
607(set-char-table-range 607(set-char-table-range
608 composition-function-table '(#xF00 . #xFD1) 608 composition-function-table '(#xF00 . #xFD1)
609 (list (vector tibetan-composable-pattern 0 'font-shape-gstring))) 609 (list (vector tibetan-composable-pattern 0 'font-shape-gstring)))
610 610