diff options
| -rw-r--r-- | lisp/language/thai-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 229 | (thai-compose-region (point-min) (point-max))) | 229 | (thai-compose-region (point-min) (point-max))) |
| 230 | 230 | ||
| 231 | ;;;###autoload | 231 | ;;;###autoload |
| 232 | (defun thai-composition-function (pos &optional string) | 232 | (defun thai-composition-function (pos to font-object string) |
| 233 | (setq pos (1- pos)) | 233 | (setq pos (1- pos)) |
| 234 | (with-category-table thai-category-table | 234 | (with-category-table thai-category-table |
| 235 | (if string | 235 | (if string |