aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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