comparison src/intervals.c @ 78501:1677cf1c2509

Replace `iff' in comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:49:21 +0000
parents 922696f363b0
children fc2bcd2a8aad 09574ceaf070 424b655804ca
comparison
equal deleted inserted replaced
78500:f3583f35fc6a 78501:1677cf1c2509
2198 and TOPREV is the interval before the stopping point. 2198 and TOPREV is the interval before the stopping point.
2199 One or the other may be null. */ 2199 One or the other may be null. */
2200 2200
2201 temp_set_point_both (buffer, charpos, bytepos); 2201 temp_set_point_both (buffer, charpos, bytepos);
2202 2202
2203 /* We run point-left and point-entered hooks here, iff the 2203 /* We run point-left and point-entered hooks here, if the
2204 two intervals are not equivalent. These hooks take 2204 two intervals are not equivalent. These hooks take
2205 (old_point, new_point) as arguments. */ 2205 (old_point, new_point) as arguments. */
2206 if (NILP (Vinhibit_point_motion_hooks) 2206 if (NILP (Vinhibit_point_motion_hooks)
2207 && (! intervals_equal (from, to) 2207 && (! intervals_equal (from, to)
2208 || ! intervals_equal (fromprev, toprev))) 2208 || ! intervals_equal (fromprev, toprev)))