diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/buffer.h b/src/buffer.h index 19a7c0b4632..65c7168d60a 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -662,12 +662,6 @@ struct buffer | |||
| 662 | Lisp_Object BUFFER_INTERNAL_FIELD (left_margin); | 662 | Lisp_Object BUFFER_INTERNAL_FIELD (left_margin); |
| 663 | /* Function to call when insert space past fill column. */ | 663 | /* Function to call when insert space past fill column. */ |
| 664 | Lisp_Object BUFFER_INTERNAL_FIELD (auto_fill_function); | 664 | Lisp_Object BUFFER_INTERNAL_FIELD (auto_fill_function); |
| 665 | /* nil: text, t: binary. | ||
| 666 | This value is meaningful only on certain operating systems. */ | ||
| 667 | /* Actually, we don't need this flag any more because end-of-line | ||
| 668 | is handled correctly according to the buffer-file-coding-system | ||
| 669 | of the buffer. Just keeping it for backward compatibility. */ | ||
| 670 | Lisp_Object BUFFER_INTERNAL_FIELD (buffer_file_type); | ||
| 671 | 665 | ||
| 672 | /* Case table for case-conversion in this buffer. | 666 | /* Case table for case-conversion in this buffer. |
| 673 | This char-table maps each char into its lower-case version. */ | 667 | This char-table maps each char into its lower-case version. */ |