diff options
| author | Jim Blandy <jimb@redhat.com> | 1992-01-13 21:48:08 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1992-01-13 21:48:08 +0000 |
| commit | 265a9e559da4ac72d154ecd638c51801b3e97847 (patch) | |
| tree | 633e4dc50761c2cd5201a7874e23eee9e51aecea /src/buffer.h | |
| parent | d427b66a664c0e1ffc818dfa5b87b45b4857d2ae (diff) | |
| download | emacs-265a9e559da4ac72d154ecd638c51801b3e97847.tar.gz | |
*** empty log message ***
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 3 |
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. |
