diff options
author | Kenichi Handa <handa@m17n.org> | 2007-12-25 10:53:18 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2007-12-25 10:53:18 +0000 |
commit | a5787fe364cf4f2ef06edac9778a518bf2488b5e (patch) | |
tree | 00eaec504e7bb074d03d138da6e6cbff4a2911c0 /lisp/language/ethio-util.el | |
parent | 268dff94121d96d8a096f4910c5ed7aa1e0722be (diff) | |
download | emacs-a5787fe364cf4f2ef06edac9778a518bf2488b5e.tar.gz |
(ethio-composition-function): Fix arguments.
Diffstat (limited to 'lisp/language/ethio-util.el')
-rw-r--r-- | lisp/language/ethio-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index 38e32c8af06..a8b99884546 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el @@ -1019,7 +1019,7 @@ With ARG, insert that many delimiters." ;; ;;;###autoload -(defun ethio-composition-function (pos &optional string) +(defun ethio-composition-function (pos to font-object string) (setq pos (1- pos)) (let ((pattern "\\ce\\(፟\\|\\)")) (if string |