mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 19:07:34 +00:00
(thai-composition-function): Fix arguments.
This commit is contained in:
parent
fde03aacb4
commit
326953245e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue