aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-03-15 01:09:20 +0000
committerJim Blandy1993-03-15 01:09:20 +0000
commita790fee23204f8e575f4d4e2ef121ef69e71fe59 (patch)
tree08077805431113e09f2d2f0e0e7b8b27e142c5a3 /src
parent2f1139a47ff133828843170ddaa370025aabdedd (diff)
downloademacs-a790fee23204f8e575f4d4e2ef121ef69e71fe59.tar.gz
emacs-a790fee23204f8e575f4d4e2ef121ef69e71fe59.zip
Add extern declaration for do_line_insertion_deletion_costs.
Diffstat (limited to 'src')
-rw-r--r--src/term.c2
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)
1065extern int x_screen_planes; 1065extern int x_screen_planes;
1066#endif 1066#endif
1067 1067
1068extern do_line_insertion_deletion_costs ();
1069
1068calculate_costs (frame) 1070calculate_costs (frame)
1069 FRAME_PTR frame; 1071 FRAME_PTR frame;
1070{ 1072{