diff options
| author | Kenichi Handa | 2007-12-25 11:05:22 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-12-25 11:05:22 +0000 |
| commit | 326953245eb0b6ebb607aaf1d523bbf2d3cd103e (patch) | |
| tree | 34da6a4ea344e173d8dbada9d7aaa7f2b50ee714 | |
| parent | fde03aacb4634020449fcf28c4ea6b2028633a05 (diff) | |
| download | emacs-326953245eb0b6ebb607aaf1d523bbf2d3cd103e.tar.gz emacs-326953245eb0b6ebb607aaf1d523bbf2d3cd103e.zip | |
(thai-composition-function): Fix arguments.
| -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 |