# HG changeset patch # User Karl Heuer # Date 762725329 0 # Node ID e2bb2d0b8a00007f699d1de5ca6cb3666c30801a # Parent ad3864a4e0bc40956cbe6827f80f7b6633aea999 New variable last_point_position. diff -r ad3864a4e0bc -r e2bb2d0b8a00 src/commands.h --- a/src/commands.h Thu Mar 03 20:08:12 1994 +0000 +++ b/src/commands.h Thu Mar 03 20:08:49 1994 +0000 @@ -60,6 +60,9 @@ /* 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;