From: Richard M. Stallman Date: Mon, 26 Dec 2005 22:07:42 +0000 (+0000) Subject: (last_point_position_window): Declare. X-Git-Tag: emacs-pretest-22.0.90~5053 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74338b5eb869852f7305c40f830e1dc5ea19d145;p=emacs.git (last_point_position_window): Declare. --- diff --git a/src/commands.h b/src/commands.h index c1330af273e..ed46141bf11 100644 --- a/src/commands.h +++ b/src/commands.h @@ -75,12 +75,15 @@ extern Lisp_Object Vthis_command; 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;