Mercurial > emacs
changeset 100812:fcf54585d38e
(tibetan-composition-function): Remove unused function, obsoleted by
2008-09-05 change to tibetan.el.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 01 Jan 2009 07:47:20 +0000 |
parents | 4028e34487e6 |
children | 5b5b576a633d |
files | lisp/language/tibet-util.el |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/tibet-util.el Thu Jan 01 07:46:23 2009 +0000 +++ b/lisp/language/tibet-util.el Thu Jan 01 07:47:20 2009 +0000 @@ -311,14 +311,6 @@ 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. ;;;