diff options
| author | Kenichi Handa | 2002-08-19 02:47:19 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-08-19 02:47:19 +0000 |
| commit | 775b3d2d87ef566e43f56b7dee53b5036d7eba02 (patch) | |
| tree | 3f4e8079cb28dc9d7b2ad15cb1d0f20f1d4ebb61 /src/composite.c | |
| parent | c1de6316cfe94ed9fbffcdd6554bdd599d1cc03c (diff) | |
| download | emacs-775b3d2d87ef566e43f56b7dee53b5036d7eba02.tar.gz emacs-775b3d2d87ef566e43f56b7dee53b5036d7eba02.zip | |
*** empty log message ***
Diffstat (limited to 'src/composite.c')
| -rw-r--r-- | src/composite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c index c618b6adc1e..1cc4679d891 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -462,7 +462,7 @@ run_composition_function (from, to, prop) | |||
| 462 | && find_composition (to, -1, &start, &end, &prop, Qnil) | 462 | && find_composition (to, -1, &start, &end, &prop, Qnil) |
| 463 | && !COMPOSITION_VALID_P (start, end, prop)) | 463 | && !COMPOSITION_VALID_P (start, end, prop)) |
| 464 | to = end; | 464 | to = end; |
| 465 | if (!NILP (Ffbounpd (func))) | 465 | if (!NILP (Ffboundp (func))) |
| 466 | call2 (func, make_number (from), make_number (to)); | 466 | call2 (func, make_number (from), make_number (to)); |
| 467 | else if (!NILP (Ffboundp (Vcompose_chars_after_function))) | 467 | else if (!NILP (Ffboundp (Vcompose_chars_after_function))) |
| 468 | call3 (Vcompose_chars_after_function, | 468 | call3 (Vcompose_chars_after_function, |