From: Chong Yidong Date: Wed, 2 Apr 2008 20:21:45 +0000 (+0000) Subject: Undo previous change: X-Git-Tag: emacs-pretest-23.0.90~6670 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6b4106c61cd56d785697fb6f5fdc092ddeee38f;p=emacs.git 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. --- diff --git a/src/ChangeLog b/src/ChangeLog index cef7c35cce0..663d61bc91a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.