Mercurial > emacs
changeset 91279:514550f2a5ff
(diacritic-composition-function): Fix arguments.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 25 Dec 2007 10:57:51 +0000 |
parents | ac0200dcbfdd |
children | 5f6a28bb4a31 |
files | lisp/language/european.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/european.el Tue Dec 25 10:53:18 2007 +0000 +++ b/lisp/language/european.el Tue Dec 25 10:57:51 2007 +0000 @@ -708,7 +708,7 @@ (interactive) (diacritic-compose-region (point-min) (point-max))) -(defun diacritic-composition-function (pos &optional string) +(defun diacritic-composition-function (pos to font-object string) "Compose diacritic text around POS. Optional 2nd argument STRING, if non-nil, is a string containing text to compose.