diff options
| author | Gerd Moellmann | 2001-04-25 14:36:32 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-04-25 14:36:32 +0000 |
| commit | be2488ca370447b610e66a3ea98c43bd821cfb15 (patch) | |
| tree | b09552c56b7859f83139e864810cb6421a69c07d /src | |
| parent | 8c56a9830e40451368fc6d16adede1f3d00850b6 (diff) | |
| download | emacs-be2488ca370447b610e66a3ea98c43bd821cfb15.tar.gz emacs-be2488ca370447b610e66a3ea98c43bd821cfb15.zip | |
(command_loop_1): Redo change of 2001-03-12.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/keyboard.c | 4 |
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 @@ | |||
| 1 | 2001-04-25 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-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; |