From: Chong Yidong Date: Thu, 1 Jan 2009 07:47:20 +0000 (+0000) Subject: (tibetan-composition-function): Remove unused function, obsoleted by X-Git-Tag: emacs-pretest-23.0.90~770 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eaf582ba78d2a6331a6d1518c48332eb1bb2e40d;p=emacs.git (tibetan-composition-function): Remove unused function, obsoleted by 2008-09-05 change to tibetan.el. --- 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. ;;;