aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2008-04-02 20:21:45 +0000
committerChong Yidong2008-04-02 20:21:45 +0000
commitd6b4106c61cd56d785697fb6f5fdc092ddeee38f (patch)
tree719f2221dd034c8b0de0be5c11560623e621b48d /src/ChangeLog
parent5af4f92e6859eedb808464e249328b9c4949fb7d (diff)
downloademacs-d6b4106c61cd56d785697fb6f5fdc092ddeee38f.tar.gz
emacs-d6b4106c61cd56d785697fb6f5fdc092ddeee38f.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cef7c35cce0..663d61bc91a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,8 +8,6 @@
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