comparison src/ChangeLog @ 93553:7d6ff2b15f5e

Undo previous change: * keyboard.c (command_loop_1): Don't change the value of transient-mark-mode; this is now handled by handle-shift-selection.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 02 Apr 2008 20:21:45 +0000
parents f924a28b09bd
children 91c1bfd462dc
comparison
equal deleted inserted replaced
93552:b3998548dbfa 93553:7d6ff2b15f5e
6 is present. 6 is present.
7 7
8 * keyboard.c (Vthis_command_keys_shift_translated): New var. 8 * keyboard.c (Vthis_command_keys_shift_translated): New var.
9 (command_loop_1): Avoid running the direct display versions of 9 (command_loop_1): Avoid running the direct display versions of
10 forward-char and backward-char if shift-selection may occur. 10 forward-char and backward-char if shift-selection may occur.
11 Don't change the value of transient-mark-mode; this is now handled
12 by handle-shift-selection.
13 (read_key_sequence): Set Vthis_command_keys_shift_translated if 11 (read_key_sequence): Set Vthis_command_keys_shift_translated if
14 shift-translation takes place. 12 shift-translation takes place.
15 13
16 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to 14 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
17 avoid clobbering by define-minor-mode. 15 avoid clobbering by define-minor-mode.