Mercurial > emacs
changeset 37461:a5f0e09ecc67
(command_loop_1): Redo change of 2001-03-12.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 25 Apr 2001 14:36:03 +0000 |
parents | f8a908ab7187 |
children | 60c6feb4c274 |
files | src/keyboard.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Wed Apr 25 14:15:21 2001 +0000 +++ b/src/keyboard.c Wed Apr 25 14:36:03 2001 +0000 @@ -1479,6 +1479,10 @@ this variable differently. */ Vdisable_point_adjustment = Qnil; + /* Process filters and timers may have messed with deactivate-mark. + reset it before we execute the command. */ + Vdeactivate_mark = Qnil; + /* Execute the command. */ Vthis_command = cmd;