mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 09:00:31 -08:00
(update_compositions): Fix type error.
This commit is contained in:
parent
6403daf1a3
commit
a6dd56c511
1 changed files with 2 additions and 1 deletions
|
|
@ -559,7 +559,8 @@ update_compositions (from, to, check_mask)
|
|||
}
|
||||
|
||||
if (min_pos < max_pos)
|
||||
Fput_text_property (min_pos, max_pos, Qauto_composed, Qnil, Qnil);
|
||||
Fput_text_property (make_number (min_pos), make_number (max_pos),
|
||||
Qauto_composed, Qnil, Qnil);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue