diff options
| author | Kenichi Handa | 2007-12-25 10:53:18 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-12-25 10:53:18 +0000 |
| commit | a5787fe364cf4f2ef06edac9778a518bf2488b5e (patch) | |
| tree | 00eaec504e7bb074d03d138da6e6cbff4a2911c0 | |
| parent | 268dff94121d96d8a096f4910c5ed7aa1e0722be (diff) | |
| download | emacs-a5787fe364cf4f2ef06edac9778a518bf2488b5e.tar.gz emacs-a5787fe364cf4f2ef06edac9778a518bf2488b5e.zip | |
(ethio-composition-function): Fix arguments.
| -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." | |||
| 1019 | ;; | 1019 | ;; |
| 1020 | 1020 | ||
| 1021 | ;;;###autoload | 1021 | ;;;###autoload |
| 1022 | (defun ethio-composition-function (pos &optional string) | 1022 | (defun ethio-composition-function (pos to font-object string) |
| 1023 | (setq pos (1- pos)) | 1023 | (setq pos (1- pos)) |
| 1024 | (let ((pattern "\\ce\\(፟\\|\\)")) | 1024 | (let ((pattern "\\ce\\(፟\\|\\)")) |
| 1025 | (if string | 1025 | (if string |