summaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buffer.h b/src/buffer.h
index f475bbdbafe..a1d838c037d 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -128,7 +128,6 @@ struct buffer_text
for this buffer. It is incremented for
each such event, and never otherwise
changed. */
-
};
struct buffer
@@ -148,7 +147,7 @@ struct buffer
/* Flags saying which DEFVAR_PER_BUFFER variables
are local to this buffer. */
int local_var_flags;
- /* Value of text.modified as of when visited file was read or written. */
+ /* Value of text.modiff as of when visited file was read or written. */
int save_modified;
/* Set to the modtime of the visited file when read or written.
-1 means visited file was nonexistent.