From: Richard M. Stallman Date: Mon, 16 Sep 1996 09:32:54 +0000 (+0000) Subject: (Fget_buffer_create): Initialize BUF_OVERLAY_MODIFF. X-Git-Tag: emacs-20.1~3731 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2509d35657414f76c27a8c6c8d5302acaad11ecd;p=emacs.git (Fget_buffer_create): Initialize BUF_OVERLAY_MODIFF. --- diff --git a/src/buffer.c b/src/buffer.c index def9c1041dc..6b59badadb1 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -313,6 +313,7 @@ The value is never nil.") BUF_ZV (b) = 1; BUF_Z (b) = 1; BUF_MODIFF (b) = 1; + BUF_OVERLAY_MODIFF (b) = 1; BUF_SAVE_MODIFF (b) = 1; BUF_INTERVALS (b) = 0;