aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorJim Blandy1992-01-13 21:48:08 +0000
committerJim Blandy1992-01-13 21:48:08 +0000
commit265a9e559da4ac72d154ecd638c51801b3e97847 (patch)
tree633e4dc50761c2cd5201a7874e23eee9e51aecea /src/buffer.h
parentd427b66a664c0e1ffc818dfa5b87b45b4857d2ae (diff)
downloademacs-265a9e559da4ac72d154ecd638c51801b3e97847.tar.gz
emacs-265a9e559da4ac72d154ecd638c51801b3e97847.zip
*** empty log message ***
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
128 for this buffer. It is incremented for 128 for this buffer. It is incremented for
129 each such event, and never otherwise 129 each such event, and never otherwise
130 changed. */ 130 changed. */
131
132 }; 131 };
133 132
134struct buffer 133struct buffer
@@ -148,7 +147,7 @@ struct buffer
148 /* Flags saying which DEFVAR_PER_BUFFER variables 147 /* Flags saying which DEFVAR_PER_BUFFER variables
149 are local to this buffer. */ 148 are local to this buffer. */
150 int local_var_flags; 149 int local_var_flags;
151 /* Value of text.modified as of when visited file was read or written. */ 150 /* Value of text.modiff as of when visited file was read or written. */
152 int save_modified; 151 int save_modified;
153 /* Set to the modtime of the visited file when read or written. 152 /* Set to the modtime of the visited file when read or written.
154 -1 means visited file was nonexistent. 153 -1 means visited file was nonexistent.