From 01314b95faa6b1223345782b3ff568d742411989 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 3 Mar 1994 20:08:49 +0000 Subject: New variable last_point_position. --- src/commands.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/commands.h') 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; -- cgit v1.2.1