diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index 99f30d0315f..35a7d62685d 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -256,7 +256,8 @@ struct buffer | |||
| 256 | #endif | 256 | #endif |
| 257 | /* Alist of (FUNCTION . STRING) for each minor mode enabled in buffer. */ | 257 | /* Alist of (FUNCTION . STRING) for each minor mode enabled in buffer. */ |
| 258 | Lisp_Object minor_modes; | 258 | Lisp_Object minor_modes; |
| 259 | /* t if "self-insertion" should overwrite */ | 259 | /* t if "self-insertion" should overwrite; `binary' if it should also |
| 260 | overwrite newlines and tabs - for editing executables and the like. */ | ||
| 260 | Lisp_Object overwrite_mode; | 261 | Lisp_Object overwrite_mode; |
| 261 | /* non-nil means abbrev mode is on. Expand abbrevs automatically. */ | 262 | /* non-nil means abbrev mode is on. Expand abbrevs automatically. */ |
| 262 | Lisp_Object abbrev_mode; | 263 | Lisp_Object abbrev_mode; |