aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/language/tibet-util.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/language/tibet-util.el b/lisp/language/tibet-util.el
index eb5f4d85790..90aced86858 100644
--- a/lisp/language/tibet-util.el
+++ b/lisp/language/tibet-util.el
@@ -311,14 +311,6 @@ are decomposed into normal Tibetan character sequences."
311 idx (1+ idx))) 311 idx (1+ idx)))
312 new)) 312 new))
313 313
314;;;###autoload
315(defun tibetan-composition-function (from to font-object string)
316 (or (and font-object
317 (font-shape-text from to font-object string))
318 (if string
319 (tibetan-compose-string string)
320 (tibetan-compose-region from to))))
321
322;;; 314;;;
323;;; This variable is used to avoid repeated decomposition. 315;;; This variable is used to avoid repeated decomposition.
324;;; 316;;;