From 326953245eb0b6ebb607aaf1d523bbf2d3cd103e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 25 Dec 2007 11:05:22 +0000 Subject: [PATCH] (thai-composition-function): Fix arguments. --- lisp/language/thai-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/language/thai-util.el b/lisp/language/thai-util.el index 5302a8d5a60..0c09b79afd4 100644 --- a/lisp/language/thai-util.el +++ b/lisp/language/thai-util.el @@ -229,7 +229,7 @@ positions (integers or markers) specifying the region." (thai-compose-region (point-min) (point-max))) ;;;###autoload -(defun thai-composition-function (pos &optional string) +(defun thai-composition-function (pos to font-object string) (setq pos (1- pos)) (with-category-table thai-category-table (if string -- 2.39.5