From: Karl Heuer Date: Thu, 3 Mar 1994 20:08:49 +0000 (+0000) Subject: New variable last_point_position. X-Git-Tag: emacs-19.34~9673 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01314b95faa6b1223345782b3ff568d742411989;p=emacs.git New variable last_point_position. --- 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;