From eaf582ba78d2a6331a6d1518c48332eb1bb2e40d Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 1 Jan 2009 07:47:20 +0000 Subject: [PATCH] (tibetan-composition-function): Remove unused function, obsoleted by 2008-09-05 change to tibetan.el. --- lisp/language/tibet-util.el | 8 -------- 1 file changed, 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." idx (1+ idx))) new)) -;;;###autoload -(defun tibetan-composition-function (from to font-object string) - (or (and font-object - (font-shape-text from to font-object string)) - (if string - (tibetan-compose-string string) - (tibetan-compose-region from to)))) - ;;; ;;; This variable is used to avoid repeated decomposition. ;;; -- 2.39.2