(ethio-composition-function): Fix arguments.
This commit is contained in:
parent
268dff9412
commit
a5787fe364
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,7 @@ With ARG, insert that many delimiters."
|
||||||
;;
|
;;
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun ethio-composition-function (pos &optional string)
|
(defun ethio-composition-function (pos to font-object string)
|
||||||
(setq pos (1- pos))
|
(setq pos (1- pos))
|
||||||
(let ((pattern "\\ce\\(፟\\|<7C><><EFBFBD><EFBFBD>\\)"))
|
(let ((pattern "\\ce\\(፟\\|<7C><><EFBFBD><EFBFBD>\\)"))
|
||||||
(if string
|
(if string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue