diff options
| author | Paul Eggert | 2011-04-15 00:48:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-15 00:48:51 -0700 |
| commit | 4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9 (patch) | |
| tree | e993b231bb5555c9c961f5d0b20d90ac76f77bbd /src/commands.h | |
| parent | 1963a2e0bb07cc8dee6d27f972f93d9cfd7c6b2d (diff) | |
| parent | 49093f601b69d91126aefd328ee8f6bfeb797407 (diff) | |
| download | emacs-4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9.tar.gz emacs-4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9.zip | |
Merge from mainline.
Diffstat (limited to 'src/commands.h')
| -rw-r--r-- | src/commands.h | 10 |
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. */ |
| 37 | extern Lisp_Object unread_switch_frame; | 37 | extern Lisp_Object unread_switch_frame; |
| 38 | 38 | ||
| 39 | /* The value of point when the last command was started. */ | ||
| 40 | extern EMACS_INT last_point_position; | ||
| 41 | |||
| 42 | /* The buffer that was current when the last command was started. */ | ||
| 43 | extern Lisp_Object last_point_position_buffer; | ||
| 44 | |||
| 45 | /* The window that was selected when the last command was started. */ | ||
| 46 | extern Lisp_Object last_point_position_window; | ||
| 47 | |||
| 48 | /* Nonzero means ^G can quit instantly */ | 39 | /* Nonzero means ^G can quit instantly */ |
| 49 | extern int immediate_quit; | 40 | extern 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 | ||
| 57 | extern int update_mode_lines; | 48 | extern int update_mode_lines; |
| 58 | |||