Mercurial > emacs
changeset 6179:e2bb2d0b8a00
New variable last_point_position.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 03 Mar 1994 20:08:49 +0000 |
parents | ad3864a4e0bc |
children | d369907be635 |
files | src/commands.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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;