comparison src/abbrev.c @ 11554:ac21a7106ffd

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 Apr 1995 05:16:29 +0000
parents 9d8bb1074fd8
children 406c11301eed
comparison
equal deleted inserted replaced
11553:03aaf11843d1 11554:ac21a7106ffd
281 if (INTEGERP (sym) || NILP (XSYMBOL (sym)->value)) 281 if (INTEGERP (sym) || NILP (XSYMBOL (sym)->value))
282 return value; 282 return value;
283 283
284 if (INTERACTIVE && !EQ (minibuf_window, selected_window)) 284 if (INTERACTIVE && !EQ (minibuf_window, selected_window))
285 { 285 {
286 /* Add an undo boundary, in case we are doing this for
287 a self-inserting command which has avoided making one so far. */
286 SET_PT (wordend); 288 SET_PT (wordend);
287 Fundo_boundary (); 289 Fundo_boundary ();
288 } 290 }
289 SET_PT (wordstart); 291 SET_PT (wordstart);
290 Vlast_abbrev_text 292 Vlast_abbrev_text