diff options
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c index c5bc5e247f4..0d414ab2f9b 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -1065,6 +1065,8 @@ calculate_ins_del_char_costs (frame) | |||
| 1065 | extern int x_screen_planes; | 1065 | extern int x_screen_planes; |
| 1066 | #endif | 1066 | #endif |
| 1067 | 1067 | ||
| 1068 | extern do_line_insertion_deletion_costs (); | ||
| 1069 | |||
| 1068 | calculate_costs (frame) | 1070 | calculate_costs (frame) |
| 1069 | FRAME_PTR frame; | 1071 | FRAME_PTR frame; |
| 1070 | { | 1072 | { |