aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorStefan Monnier2020-11-19 13:10:20 -0500
committerStefan Monnier2020-11-19 13:10:40 -0500
commit3963aea4f4a22da0c1fb8ca8ca80b59c58373811 (patch)
tree4e0fd48f587d8f6287ba68ec42791f1e96cedf12 /src/buffer.h
parent4fa1de82a28b04128fcb02b3dd1bfcca34efda4c (diff)
downloademacs-3963aea4f4a22da0c1fb8ca8ca80b59c58373811.tar.gz
emacs-3963aea4f4a22da0c1fb8ca8ca80b59c58373811.zip
* src/buffer.h (struct buffer): Remove unused field `minor_modes`
* src/buffer.c (bset_minor_modes): Remove function. (reset_buffer_local_variables, init_buffer_once): Don't set `minor_modes`.
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_;