Mercurial > emacs
diff src/keyboard.c @ 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 | 2ac65f4d70e5 |
| children | df85a76987bb |
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;
