aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (run_composition_function): Remove unused variableEli Zaretskii2001-01-021-2/+2
| | | | | `val'. (update_compositions): Remove unused variable `hook'.
* (find_composition): Fix a code for searching a composition backward.Kenichi Handa2000-12-301-7/+18
|
* (update_compositions): Fix typo (use the correct variable).Kenichi Handa2000-12-061-1/+1
|
* (Vcomposition_function_table): New variable.Kenichi Handa2000-11-061-5/+151
| | | | | | | | | | (Qcomposition_function_table): New variable. (run_composition_function): Call Vcompose_chars_after_function with three arguments. (compose_chars_in_text): New function. (syms_of_composite): Modified the doc-string of Vcompose_chars_after_function. Declare composition-function-table as a lisp variable, and initialize it.
* (AREF): Remove definition.Gerd Moellmann2000-07-131-2/+0
|
* (make_composition_value_copy): New function.Kenichi Handa2000-07-041-0/+25
|
* (update_compositions): If FROM and TO is not in aKenichi Handa2000-04-131-0/+4
| | | | valid range, do nothing.
* * composite.c (run_composite_function): Use NILP when checking for nil.Ken Raeburn2000-04-021-4/+3
| | | | | (syms_of_composite): Delete local var NARGS, pass an int as first argument to Fmake_hash_table.
* New fileKenichi Handa1999-12-151-0/+707