diff options
| author | Jim Blandy | 1993-03-15 01:09:20 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-15 01:09:20 +0000 |
| commit | a790fee23204f8e575f4d4e2ef121ef69e71fe59 (patch) | |
| tree | 08077805431113e09f2d2f0e0e7b8b27e142c5a3 /src | |
| parent | 2f1139a47ff133828843170ddaa370025aabdedd (diff) | |
| download | emacs-a790fee23204f8e575f4d4e2ef121ef69e71fe59.tar.gz emacs-a790fee23204f8e575f4d4e2ef121ef69e71fe59.zip | |
Add extern declaration for do_line_insertion_deletion_costs.
Diffstat (limited to 'src')
| -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 | { |