# HG changeset patch # User Richard M. Stallman # Date 1135634862 0 # Node ID 5cb0abe0420fd1ebfe10708f0f79c7c7d36ed5cf # Parent c18efc46beddfd9cd3fd0f3fe3735a7b98a7f724 (last_point_position_window): Declare. diff -r c18efc46bedd -r 5cb0abe0420f src/commands.h --- a/src/commands.h Mon Dec 26 21:22:55 2005 +0000 +++ b/src/commands.h Mon Dec 26 22:07:42 2005 +0000 @@ -75,12 +75,15 @@ events until a non-ASCII event is acceptable as input. */ extern Lisp_Object unread_switch_frame; -/* The value of point when the last command was executed. */ +/* The value of point when the last command was started. */ extern int last_point_position; /* The buffer that was current when the last command was started. */ extern Lisp_Object last_point_position_buffer; +/* The window that was selected when the last command was started. */ +extern Lisp_Object last_point_position_window; + /* Nonzero means ^G can quit instantly */ extern int immediate_quit;