comparison src/keyboard.c @ 85605:5834796c60e5

(read_key_sequence): Trivial typo in comment.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 24 Oct 2007 02:22:21 +0000
parents ca2b443907f8
children 9f3a25157e4f
comparison
equal deleted inserted replaced
85604:14c6e96eeaad 85605:5834796c60e5
9184 orig_local_map = get_local_map (PT, current_buffer, Qlocal_map); 9184 orig_local_map = get_local_map (PT, current_buffer, Qlocal_map);
9185 orig_keymap = get_local_map (PT, current_buffer, Qkeymap); 9185 orig_keymap = get_local_map (PT, current_buffer, Qkeymap);
9186 from_string = Qnil; 9186 from_string = Qnil;
9187 9187
9188 /* The multi-tty merge moved the code below to right after 9188 /* The multi-tty merge moved the code below to right after
9189 `replay_sequence' which caused alll these translation maps to be applied 9189 `replay_sequence' which caused all these translation maps to be applied
9190 repeatedly, even tho their doc says very clearly they are not applied to 9190 repeatedly, even tho their doc says very clearly they are not applied to
9191 their own output. 9191 their own output.
9192 The reason for this move was: "We may switch keyboards between rescans, 9192 The reason for this move was: "We may switch keyboards between rescans,
9193 so we need to reinitialize fkey and keytran before each replay". 9193 so we need to reinitialize fkey and keytran before each replay".
9194 This move was wrong (even if we switch keyboards, keybuf still holds the 9194 This move was wrong (even if we switch keyboards, keybuf still holds the