aboutsummaryrefslogtreecommitdiffstats
path: root/src/commands.h
diff options
context:
space:
mode:
authorPaul Eggert2011-04-15 00:48:51 -0700
committerPaul Eggert2011-04-15 00:48:51 -0700
commit4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9 (patch)
treee993b231bb5555c9c961f5d0b20d90ac76f77bbd /src/commands.h
parent1963a2e0bb07cc8dee6d27f972f93d9cfd7c6b2d (diff)
parent49093f601b69d91126aefd328ee8f6bfeb797407 (diff)
downloademacs-4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9.tar.gz
emacs-4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9.zip
Merge from mainline.
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