From 070434dafda6b1bc1a6d0a3d1212508ed92687f7 Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Thu, 26 Nov 2015 13:10:52 +0000 Subject: Add comments. --- src/keyboard.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/keyboard.h b/src/keyboard.h index d4aa7452bc1..6c715a44fba 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -245,7 +245,15 @@ extern KBOARD *current_kboard; /* Total number of times read_char has returned, modulo UINTMAX_MAX + 1. */ extern uintmax_t num_input_events; + +/* The location of point immediately before the last command was + executed, or the last time the undo-boundary command added a + boundary.*/ ptrdiff_t point_before_last_command_or_undo; + +/* The value of current_buffer immediately before the last command was + executed, or the last time the undo-boundary command added a + boundary.*/ struct buffer *buffer_before_last_command_or_undo; extern struct buffer *prev_buffer; -- cgit v1.2.1