diff options
| author | Luc Teirlinck | 2004-11-16 02:01:00 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-11-16 02:01:00 +0000 |
| commit | a7416ec1c94462b562242a6fef3e4fd571cd9d1d (patch) | |
| tree | 0a4410d765163915af388de6a7da7f1db920ceb3 | |
| parent | 78819ebbcc5d8047570d8b409129233516baf016 (diff) | |
| download | emacs-a7416ec1c94462b562242a6fef3e4fd571cd9d1d.tar.gz emacs-a7416ec1c94462b562242a6fef3e4fd571cd9d1d.zip | |
Extern reseat_at_previous_visible_line_start.
| -rw-r--r-- | src/dispextern.h | 1 |
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; | |||
| 2602 | extern struct frame *last_mouse_frame; | 2602 | extern struct frame *last_mouse_frame; |
| 2603 | extern int last_tool_bar_item; | 2603 | extern int last_tool_bar_item; |
| 2604 | extern int mouse_autoselect_window; | 2604 | extern int mouse_autoselect_window; |
| 2605 | extern void reseat_at_previous_visible_line_start P_ ((struct it *)); | ||
| 2605 | 2606 | ||
| 2606 | extern int calc_pixel_width_or_height P_ ((double *, struct it *, Lisp_Object, | 2607 | extern int calc_pixel_width_or_height P_ ((double *, struct it *, Lisp_Object, |
| 2607 | /* XFontStruct */ void *, int, int *)); | 2608 | /* XFontStruct */ void *, int, int *)); |