From: Richard M. Stallman Date: Sun, 15 Sep 1996 01:49:08 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-20.1~3753 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d793b34947080600b2d0f82e004772138b3a7efa;p=emacs.git Fix previous change. --- diff --git a/src/buffer.h b/src/buffer.h index 4a13cb0d18e..2c7318305ea 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -61,7 +61,7 @@ Boston, MA 02111-1307, USA. */ #define MODIFF (current_buffer->text->modiff) /* Overlay modification count. */ -#define OVERLAY_MODIFF(buf) (current_buffer->text->overlay_modiff) +#define OVERLAY_MODIFF (current_buffer->text->overlay_modiff) /* Modification count as of last visit or save. */ #define SAVE_MODIFF (current_buffer->text->save_modiff)