summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-03-03 20:08:49 +0000
committerKarl Heuer <kwzh@gnu.org>1994-03-03 20:08:49 +0000
commit271e70a9b3c89006c9af9a3e2b34d76c39fe2dce (patch)
tree6e08c2ec2eec945991177fbd64c67e83c2af8a22 /src/commands.h
parent65fbbca0e907a6fa6e6097d930ca506fe33427ac (diff)
downloademacs-271e70a9b3c89006c9af9a3e2b34d76c39fe2dce.tar.gz
New variable last_point_position.
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h
index 0f733aeb42c..65f16e84989 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -60,6 +60,9 @@ extern Lisp_Object unread_switch_frame;
/* Previous command symbol found here for comparison */
extern Lisp_Object last_command;
+/* Previous value of point */
+extern int last_point_position;
+
/* Nonzero means ^G can quit instantly */
extern int immediate_quit;