]> git.eshelyaron.com Git - emacs.git/commitdiff
New variable last_point_position.
authorKarl Heuer <kwzh@gnu.org>
Thu, 3 Mar 1994 20:08:49 +0000 (20:08 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 3 Mar 1994 20:08:49 +0000 (20:08 +0000)
src/commands.h

index 0f733aeb42cba8014f2fa6075040db10e825b651..65f16e84989975b89f171ed47377e9ac5467600b 100644 (file)
@@ -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;