aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-11-16 02:01:00 +0000
committerLuc Teirlinck2004-11-16 02:01:00 +0000
commita7416ec1c94462b562242a6fef3e4fd571cd9d1d (patch)
tree0a4410d765163915af388de6a7da7f1db920ceb3
parent78819ebbcc5d8047570d8b409129233516baf016 (diff)
downloademacs-a7416ec1c94462b562242a6fef3e4fd571cd9d1d.tar.gz
emacs-a7416ec1c94462b562242a6fef3e4fd571cd9d1d.zip
Extern reseat_at_previous_visible_line_start.
-rw-r--r--src/dispextern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 7e8d15d8e8f..2b53fa8d8fd 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2602,6 +2602,7 @@ extern int help_echo_pos;
2602extern struct frame *last_mouse_frame; 2602extern struct frame *last_mouse_frame;
2603extern int last_tool_bar_item; 2603extern int last_tool_bar_item;
2604extern int mouse_autoselect_window; 2604extern int mouse_autoselect_window;
2605extern void reseat_at_previous_visible_line_start P_ ((struct it *));
2605 2606
2606extern int calc_pixel_width_or_height P_ ((double *, struct it *, Lisp_Object, 2607extern int calc_pixel_width_or_height P_ ((double *, struct it *, Lisp_Object,
2607 /* XFontStruct */ void *, int, int *)); 2608 /* XFontStruct */ void *, int, int *));