emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/language tibet-util.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp/language tibet-util.el
Date: Thu, 01 Jan 2009 07:47:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/01/01 07:47:20

Modified files:
        lisp/language  : tibet-util.el 

Log message:
        (tibetan-composition-function): Remove unused function, obsoleted by
        2008-09-05 change to tibetan.el.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/language/tibet-util.el?cvsroot=emacs&r1=1.44&r2=1.45

Patches:
Index: tibet-util.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/language/tibet-util.el,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- tibet-util.el       19 Dec 2008 05:26:31 -0000      1.44
+++ tibet-util.el       1 Jan 2009 07:47:20 -0000       1.45
@@ -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.
 ;;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]