aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 3da49414bb8..fe549c5dac1 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -419,9 +419,6 @@ struct buffer
419 /* Non-nil means show ... at end of line followed by invisible lines. */ 419 /* Non-nil means show ... at end of line followed by invisible lines. */
420 Lisp_Object selective_display_ellipses_; 420 Lisp_Object selective_display_ellipses_;
421 421
422 /* Alist of (FUNCTION . STRING) for each minor mode enabled in buffer. */
423 Lisp_Object minor_modes_;
424
425 /* t if "self-insertion" should overwrite; `binary' if it should also 422 /* t if "self-insertion" should overwrite; `binary' if it should also
426 overwrite newlines and tabs - for editing executables and the like. */ 423 overwrite newlines and tabs - for editing executables and the like. */
427 Lisp_Object overwrite_mode_; 424 Lisp_Object overwrite_mode_;