diff src/commands.h @ 6179:e2bb2d0b8a00

New variable last_point_position.
author Karl Heuer <kwzh@gnu.org>
date Thu, 03 Mar 1994 20:08:49 +0000
parents 92f6b47e3e8d
children 4fa1c2b2f1e9
line wrap: on
line diff
--- 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;