aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-15 01:49:08 +0000
committerRichard M. Stallman1996-09-15 01:49:08 +0000
commitd793b34947080600b2d0f82e004772138b3a7efa (patch)
treeb9875b678fa66086e1e41d94d9b5c8c78bf7002c /src
parent2e50b9cc7781731bec2c7edb49a06c2d21ada0e2 (diff)
downloademacs-d793b34947080600b2d0f82e004772138b3a7efa.tar.gz
emacs-d793b34947080600b2d0f82e004772138b3a7efa.zip
Fix previous change.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.h2
1 files changed, 1 insertions, 1 deletions
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. */
61#define MODIFF (current_buffer->text->modiff) 61#define MODIFF (current_buffer->text->modiff)
62 62
63/* Overlay modification count. */ 63/* Overlay modification count. */
64#define OVERLAY_MODIFF(buf) (current_buffer->text->overlay_modiff) 64#define OVERLAY_MODIFF (current_buffer->text->overlay_modiff)
65 65
66/* Modification count as of last visit or save. */ 66/* Modification count as of last visit or save. */
67#define SAVE_MODIFF (current_buffer->text->save_modiff) 67#define SAVE_MODIFF (current_buffer->text->save_modiff)