mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
(do_line_insertion_deletion_costs): Fix argument order.
This commit is contained in:
parent
a6fd387534
commit
fd374ddce2
1 changed files with 1 additions and 1 deletions
|
|
@ -610,6 +610,6 @@ do_line_insertion_deletion_costs (frame,
|
|||
ins_del_costs (frame,
|
||||
del_line_string, multi_del_string,
|
||||
setup_string, cleanup_string,
|
||||
FRAME_DELETEN_COST (frame), FRAME_DELETE_COST (frame),
|
||||
FRAME_DELETE_COST (frame), FRAME_DELETEN_COST (frame),
|
||||
coefficient);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue