diff src/keyboard.c @ 6204:ba6268a3dee9

(command_loop_1): Fix misplaced assignment of last_point_position.
author Karl Heuer <kwzh@gnu.org>
date Sat, 05 Mar 1994 03:58:45 +0000
parents ad3864a4e0bc
children db4139d43f8a
line wrap: on
line diff
--- 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.  */