]> git.eshelyaron.com Git - emacs.git/commit
(Vthis_command_keys_shift_translated): New var.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 2 Apr 2008 20:14:57 +0000 (20:14 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 2 Apr 2008 20:14:57 +0000 (20:14 +0000)
commit025ae9533de941cd045374c1639d20e9b830284a
tree35f73eadfd5df63940c4b3dbf625d91a4ca8c10a
parent9bdb1538a5700b6bf26f3c7ed06e2e750760978a
(Vthis_command_keys_shift_translated): New var.
(command_loop_1): Avoid running the direct display versions of
forward-char and backward-char if shift-selection may occur.
Don't change the value of transient-mark-mode; this is now handled
by handle-shift-selection.
(read_key_sequence): Set Vthis_command_keys_shift_translated if
shift-translation takes place.
src/keyboard.c