changeset 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 b3998548dbfa
children b05c7196d0b6
files src/ChangeLog
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Apr 02 20:17:41 2008 +0000
+++ b/src/ChangeLog	Wed Apr 02 20:21:45 2008 +0000
@@ -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.