Mercurial > emacs
diff src/buffer.h @ 485:8c615e453683
*** empty log message ***
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Mon, 13 Jan 1992 21:48:08 +0000 |
| parents | 596cfc339998 |
| children | f81a3cf6ec22 |
line wrap: on
line diff
--- a/src/buffer.h Mon Jan 13 21:48:03 1992 +0000 +++ b/src/buffer.h Mon Jan 13 21:48:08 1992 +0000 @@ -128,7 +128,6 @@ for this buffer. It is incremented for each such event, and never otherwise changed. */ - }; struct buffer @@ -148,7 +147,7 @@ /* 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.
