From: Kenichi Handa Date: Tue, 25 Dec 2007 10:57:51 +0000 (+0000) Subject: (diacritic-composition-function): Fix arguments. X-Git-Tag: emacs-pretest-23.0.90~8295^2~90 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e32dd5e97bcf61ac47e101ad47ec302be87e036a;p=emacs.git (diacritic-composition-function): Fix arguments. --- diff --git a/lisp/language/european.el b/lisp/language/european.el index bc4fbf98334..287231db933 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -708,7 +708,7 @@ positions (integers or markers) specifying the region." (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.