diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-03-03 20:08:49 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-03-03 20:08:49 +0000 |
commit | 01314b95faa6b1223345782b3ff568d742411989 (patch) | |
tree | 0f82a92d49c1fb737c66289a2e6f6b2ef13a633c /src/commands.h | |
parent | b453f72e5c171cc2a4102436f6d213949de5b53b (diff) | |
download | emacs-01314b95faa6b1223345782b3ff568d742411989.tar.gz |
New variable last_point_position.
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |