# HG changeset patch # User Richard M. Stallman # Date 768113064 0 # Node ID 18bc27b9723619307be70e0c6bfce63923b751b9 # Parent e66a72c5f8d3148e5295fb13cc912b388265c219 (last_point_position_buffer): Declared. diff -r e66a72c5f8d3 -r 18bc27b97236 src/commands.h --- a/src/commands.h Thu May 05 04:12:44 1994 +0000 +++ b/src/commands.h Thu May 05 04:44:24 1994 +0000 @@ -70,9 +70,12 @@ /* 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;