summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-05 04:44:24 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-05 04:44:24 +0000
commit6fe55f2d5b23b728a7595d13792b069f6d2cb5c7 (patch)
tree58bb78097d1c65bcdd3e73f7d4656c3433c5c318 /src/commands.h
parent40bddc79ec318c5e136eb0b95395486ac925f7c2 (diff)
downloademacs-6fe55f2d5b23b728a7595d13792b069f6d2cb5c7.tar.gz
(last_point_position_buffer): Declared.
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h
index a33b52db0c0..788f1f9c047 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -70,9 +70,12 @@ extern Lisp_Object unread_switch_frame;
/* Previous command symbol found here for comparison */
extern Lisp_Object last_command;
-/* Previous value of point */
+/* The value of point when the last command was executed. */
extern int last_point_position;
+/* The buffer that was current when the last command was started. */
+extern Lisp_Object last_point_position_buffer;
+
/* Nonzero means ^G can quit instantly */
extern int immediate_quit;