comparison src/undo.c @ 16039:855c8d8ba0f0

Change all references from point to PT.
author Karl Heuer <kwzh@gnu.org>
date Sun, 01 Sep 1996 19:15:05 +0000
parents 50954bb380b6
children dc2cb454b330
comparison
equal deleted inserted replaced
16038:8cd162ceb1dc 16039:855c8d8ba0f0
106 && NILP (XCONS (current_buffer->undo_list)->car)); 106 && NILP (XCONS (current_buffer->undo_list)->car));
107 107
108 if (MODIFF <= SAVE_MODIFF) 108 if (MODIFF <= SAVE_MODIFF)
109 record_first_change (); 109 record_first_change ();
110 110
111 if (point == beg + length) 111 if (PT == beg + length)
112 XSETINT (sbeg, -beg); 112 XSETINT (sbeg, -beg);
113 else 113 else
114 XSETFASTINT (sbeg, beg); 114 XSETFASTINT (sbeg, beg);
115 XSETFASTINT (lbeg, beg); 115 XSETFASTINT (lbeg, beg);
116 XSETFASTINT (lend, beg + length); 116 XSETFASTINT (lend, beg + length);