diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-01-01 07:47:20 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-01-01 07:47:20 +0000 |
commit | eaf582ba78d2a6331a6d1518c48332eb1bb2e40d (patch) | |
tree | 744b487dee840b8a798c940f4bf7dddcf6db50ef /lisp/language | |
parent | 6768ca670f52a7450a4d1a26dbd641e5fdd08c53 (diff) | |
download | emacs-eaf582ba78d2a6331a6d1518c48332eb1bb2e40d.tar.gz |
(tibetan-composition-function): Remove unused function, obsoleted by
2008-09-05 change to tibetan.el.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/tibet-util.el | 8 |
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." 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. ;;; |