aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/keyboard.c4
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e1820b93b22..eb2f0d07c07 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12001-04-25 Gerd Moellmann <gerd@gnu.org> 12001-04-25 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keyboard.c (command_loop_1): Redo change of 2001-03-12.
4
3 * xdisp.c (try_window_id): Fix a case where window_end_pos 5 * xdisp.c (try_window_id): Fix a case where window_end_pos
4 and window_end_bytepos were not adjusted. 6 and window_end_bytepos were not adjusted.
5 7
diff --git a/src/keyboard.c b/src/keyboard.c
index a9dd324a381..da1ce089b9d 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1479,6 +1479,10 @@ command_loop_1 ()
1479 this variable differently. */ 1479 this variable differently. */
1480 Vdisable_point_adjustment = Qnil; 1480 Vdisable_point_adjustment = Qnil;
1481 1481
1482 /* Process filters and timers may have messed with deactivate-mark.
1483 reset it before we execute the command. */
1484 Vdeactivate_mark = Qnil;
1485
1482 /* Execute the command. */ 1486 /* Execute the command. */
1483 1487
1484 Vthis_command = cmd; 1488 Vthis_command = cmd;