From: Luc Teirlinck Date: Sun, 14 Nov 2004 05:24:59 +0000 (+0000) Subject: extern reseat_at_previous_visible_line_start. X-Git-Tag: ttn-vms-21-2-B4~3944 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3cffaddf3456a348266fecd5e391be4b1e031835;p=emacs.git extern reseat_at_previous_visible_line_start. --- diff --git a/src/dispextern.h b/src/dispextern.h index 7e8d15d8e8f..619833ae40c 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2650,6 +2650,8 @@ extern void cancel_mouse_face P_ ((struct frame *)); extern void handle_tool_bar_click P_ ((struct frame *, int, int, int, unsigned int)); +extern void reseat_at_previous_visible_line_start P_ ((struct it *)); + /* msdos.c defines its own versions of these functions. */ extern int clear_mouse_face P_ ((Display_Info *)); extern void show_mouse_face P_ ((Display_Info *, enum draw_glyphs_face));