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;