1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00
Commit graph

15 commits

Author SHA1 Message Date
Ken Raeburn
f3fbd15535 Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
with lisp system changes.
2001-10-16 09:09:51 +00:00
Gerd Moellmann
6c1aa7f18a (update_compositions): Do nothing if
inhibit-modification-hooks is set.
2001-08-31 08:03:43 +00:00
Gerd Moellmann
fa9090b8f4 (Ffind_composition_internal): Accept ZV
and a string's end position as POS.
2001-06-19 11:30:53 +00:00
Gerd Moellmann
72632c83b2 Update copyright. 2001-06-18 10:42:23 +00:00
Gerd Moellmann
e3b3e32714 (Ffind_composition_internal): Check POS
for validity.
2001-06-18 10:41:42 +00:00
Dave Love
dd33cc5605 (update_compositions) <check_mask & CHECK_HEAD>: Fix
test of `from'.
2001-04-06 10:21:25 +00:00
Eli Zaretskii
7d01951074 (run_composition_function): Remove unused variable
`val'.
(update_compositions): Remove unused variable `hook'.
2001-01-02 13:58:26 +00:00
Kenichi Handa
d279f62098 (find_composition): Fix a code for searching a composition backward. 2000-12-30 02:29:22 +00:00
Kenichi Handa
4f116dd4f7 (update_compositions): Fix typo (use the correct variable). 2000-12-06 00:28:48 +00:00
Kenichi Handa
40add26d11 (Vcomposition_function_table): New variable.
(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.
2000-11-06 12:35:27 +00:00
Gerd Moellmann
2b6e5b1e14 (AREF): Remove definition. 2000-07-13 14:06:15 +00:00
Kenichi Handa
c1361885c5 (make_composition_value_copy): New function. 2000-07-04 07:36:58 +00:00
Kenichi Handa
d3f40cbd57 (update_compositions): If FROM and TO is not in a
valid range, do nothing.
2000-04-13 23:38:19 +00:00
Ken Raeburn
096540869a * composite.c (run_composite_function): Use NILP when checking for nil.
(syms_of_composite): Delete local var NARGS, pass an int as first argument to
Fmake_hash_table.
2000-04-02 02:42:12 +00:00
Kenichi Handa
ca4c9455f8 New file 1999-12-15 00:08:01 +00:00