# HG changeset patch # User Karl Heuer # Date 762839925 0 # Node ID ba6268a3dee95d4a5a008c428fe466c9f8aba8aa # Parent e353e98cdd772f9a20d3d8894eeb24a8a81840eb (command_loop_1): Fix misplaced assignment of last_point_position. diff -r e353e98cdd77 -r ba6268a3dee9 src/keyboard.c --- a/src/keyboard.c Fri Mar 04 23:08:31 1994 +0000 +++ b/src/keyboard.c Sat Mar 05 03:58:45 1994 +0000 @@ -909,7 +909,6 @@ no_redisplay = 0; this_command_key_count = 0; last_command = this_command; - last_point_position = PT; /* Make sure this hook runs after commands that get errors and throw to top level. */ @@ -1035,6 +1034,7 @@ prev_buffer = current_buffer; prev_modiff = MODIFF; + last_point_position = PT; /* Execute the command. */