]> git.eshelyaron.com Git - emacs.git/commitdiff
Undo previous change:
authorChong Yidong <cyd@stupidchicken.com>
Wed, 2 Apr 2008 20:21:45 +0000 (20:21 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 2 Apr 2008 20:21:45 +0000 (20:21 +0000)
* keyboard.c (command_loop_1): Don't change the value of
transient-mark-mode; this is now handled by handle-shift-selection.

src/ChangeLog

index cef7c35cce03eb18eb18c7cb3aa71e47c4921895..663d61bc91a4a206da1ad7c03dfc029304e06eff 100644 (file)
@@ -8,8 +8,6 @@
        * keyboard.c (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.