aboutsummaryrefslogtreecommitdiffstats
path: root/src/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/commands.h b/src/commands.h
index 925e0ba1b80..bcd5de44180 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -36,15 +36,6 @@ extern Lisp_Object control_x_map;
36 events until a non-ASCII event is acceptable as input. */ 36 events until a non-ASCII event is acceptable as input. */
37extern Lisp_Object unread_switch_frame; 37extern Lisp_Object unread_switch_frame;
38 38
39/* The value of point when the last command was started. */
40extern EMACS_INT last_point_position;
41
42/* The buffer that was current when the last command was started. */
43extern Lisp_Object last_point_position_buffer;
44
45/* The window that was selected when the last command was started. */
46extern Lisp_Object last_point_position_window;
47
48/* Nonzero means ^G can quit instantly */ 39/* Nonzero means ^G can quit instantly */
49extern int immediate_quit; 40extern int immediate_quit;
50 41
@@ -55,4 +46,3 @@ extern int immediate_quit;
55/* Set this nonzero to force reconsideration of mode line. */ 46/* Set this nonzero to force reconsideration of mode line. */
56 47
57extern int update_mode_lines; 48extern int update_mode_lines;
58