comparison src/insdel.c @ 286:57709be46d1b r21-0b41

Import from CVS: tag r21-0b41
author cvs
date Mon, 13 Aug 2007 10:35:03 +0200
parents ca9a9ec9c1c1
children 6240c7796c7a
comparison
equal deleted inserted replaced
285:9a3756523c1b 286:57709be46d1b
2570 { 2570 {
2571 /* This function can GC */ 2571 /* This function can GC */
2572 Charcount numdel; 2572 Charcount numdel;
2573 Bytind bi_from, bi_to; 2573 Bytind bi_from, bi_to;
2574 Bytecount bc_numdel; 2574 Bytecount bc_numdel;
2575 int shortage; 2575 EMACS_INT shortage;
2576 Lisp_Object bufobj; 2576 Lisp_Object bufobj;
2577 2577
2578 /* Defensive steps just in case a buffer gets deleted and a calling 2578 /* Defensive steps just in case a buffer gets deleted and a calling
2579 function doesn't notice it. */ 2579 function doesn't notice it. */
2580 if (!BUFFER_LIVE_P (buf)) 2580 if (!BUFFER_LIVE_P (buf))