diff 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
line wrap: on
line diff
--- a/src/buffer.c	Mon Aug 13 08:52:30 2007 +0200
+++ b/src/buffer.c	Mon Aug 13 08:52:56 2007 +0200
@@ -996,6 +996,7 @@
      display).  We still need to make sure redisplay realizes that the
      contents have potentially altered and it needs to do some
      work. */
+  buf = decode_buffer(buffer, 0);
   BUF_MODIFF (buf)++;
   BUF_SAVE_MODIFF (buf) = NILP (flag) ? BUF_MODIFF (buf) : 0;
   MARK_MODELINE_CHANGED;