comparison src/scroll.c @ 9576:14cd96eda0e3

(do_line_insertion_deletion_costs): Fix argument order.
author Karl Heuer <kwzh@gnu.org>
date Tue, 18 Oct 1994 00:08:18 +0000
parents cd81dba38a49
children 869e177ca872
comparison
equal deleted inserted replaced
9575:ff5a8ffc542c 9576:14cd96eda0e3
608 FRAME_INSERT_COST (frame), FRAME_INSERTN_COST (frame), 608 FRAME_INSERT_COST (frame), FRAME_INSERTN_COST (frame),
609 coefficient); 609 coefficient);
610 ins_del_costs (frame, 610 ins_del_costs (frame,
611 del_line_string, multi_del_string, 611 del_line_string, multi_del_string,
612 setup_string, cleanup_string, 612 setup_string, cleanup_string,
613 FRAME_DELETEN_COST (frame), FRAME_DELETE_COST (frame), 613 FRAME_DELETE_COST (frame), FRAME_DELETEN_COST (frame),
614 coefficient); 614 coefficient);
615 } 615 }