Mercurial > emacs
diff src/ChangeLog @ 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 | f924a28b09bd |
| children | 91c1bfd462dc |
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.
