changeset 67831:5cb0abe0420f

(last_point_position_window): Declare.
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Dec 2005 22:07:42 +0000
parents c18efc46bedd
children 9839c37173e2
files src/commands.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;