]> git.eshelyaron.com Git - emacs.git/commitdiff
(last_point_position_window): Declare.
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 Dec 2005 22:07:42 +0000 (22:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 Dec 2005 22:07:42 +0000 (22:07 +0000)
src/commands.h

index c1330af273efca5241c99a15b4a40b9d13cb5c04..ed46141bf11ce5c682d2331c3ec5a610cfd8738c 100644 (file)
@@ -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;