Mercurial > hg > xemacs-beta
comparison src/buffer.c @ 32:e04119814345 r19-15b99
Import from CVS: tag r19-15b99
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:56 +0200 |
parents | 4103f0995bd7 |
children | 7e54bd776075 |
comparison
equal
deleted
inserted
replaced
31:b9328a10c56c | 32:e04119814345 |
---|---|
994 /* This is often called when the buffer contents are altered but we | 994 /* This is often called when the buffer contents are altered but we |
995 don't want to treat the changes that way (e.g. selective | 995 don't want to treat the changes that way (e.g. selective |
996 display). We still need to make sure redisplay realizes that the | 996 display). We still need to make sure redisplay realizes that the |
997 contents have potentially altered and it needs to do some | 997 contents have potentially altered and it needs to do some |
998 work. */ | 998 work. */ |
999 buf = decode_buffer(buffer, 0); | |
999 BUF_MODIFF (buf)++; | 1000 BUF_MODIFF (buf)++; |
1000 BUF_SAVE_MODIFF (buf) = NILP (flag) ? BUF_MODIFF (buf) : 0; | 1001 BUF_SAVE_MODIFF (buf) = NILP (flag) ? BUF_MODIFF (buf) : 0; |
1001 MARK_MODELINE_CHANGED; | 1002 MARK_MODELINE_CHANGED; |
1002 | 1003 |
1003 #ifdef ENERGIZE | 1004 #ifdef ENERGIZE |