comparison src/commands.h @ 67831:5cb0abe0420f

(last_point_position_window): Declare.
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Dec 2005 22:07:42 +0000
parents a68df09a8a34
children 3bd95f4f2941 7beb78bc1f8e
comparison
equal deleted inserted replaced
67830:c18efc46bedd 67831:5cb0abe0420f
73 read_key_sequence uses this to delay switch-frame events until the 73 read_key_sequence uses this to delay switch-frame events until the
74 end of the key sequence; Fread_char uses it to put off switch-frame 74 end of the key sequence; Fread_char uses it to put off switch-frame
75 events until a non-ASCII event is acceptable as input. */ 75 events until a non-ASCII event is acceptable as input. */
76 extern Lisp_Object unread_switch_frame; 76 extern Lisp_Object unread_switch_frame;
77 77
78 /* The value of point when the last command was executed. */ 78 /* The value of point when the last command was started. */
79 extern int last_point_position; 79 extern int last_point_position;
80 80
81 /* The buffer that was current when the last command was started. */ 81 /* The buffer that was current when the last command was started. */
82 extern Lisp_Object last_point_position_buffer; 82 extern Lisp_Object last_point_position_buffer;
83
84 /* The window that was selected when the last command was started. */
85 extern Lisp_Object last_point_position_window;
83 86
84 /* Nonzero means ^G can quit instantly */ 87 /* Nonzero means ^G can quit instantly */
85 extern int immediate_quit; 88 extern int immediate_quit;
86 89
87 extern Lisp_Object Vexecuting_kbd_macro; 90 extern Lisp_Object Vexecuting_kbd_macro;