comparison 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
comparison
equal deleted inserted replaced
37460:f8a908ab7187 37461:a5f0e09ecc67
1476 /* By default, we adjust point to a boundary of a region that 1476 /* By default, we adjust point to a boundary of a region that
1477 has such a property that should be treated intangible 1477 has such a property that should be treated intangible
1478 (e.g. composition, display). But, some commands will set 1478 (e.g. composition, display). But, some commands will set
1479 this variable differently. */ 1479 this variable differently. */
1480 Vdisable_point_adjustment = Qnil; 1480 Vdisable_point_adjustment = Qnil;
1481
1482 /* Process filters and timers may have messed with deactivate-mark.
1483 reset it before we execute the command. */
1484 Vdeactivate_mark = Qnil;
1481 1485
1482 /* Execute the command. */ 1486 /* Execute the command. */
1483 1487
1484 Vthis_command = cmd; 1488 Vthis_command = cmd;
1485 real_this_command = cmd; 1489 real_this_command = cmd;