aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index b2bd15657dc..399c6585158 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -379,7 +379,6 @@ struct buffer
379 /* Values of several buffer-local variables. */ 379 /* Values of several buffer-local variables. */
380 /* tab-width is buffer-local so that redisplay can find it 380 /* tab-width is buffer-local so that redisplay can find it
381 in buffers that are not current. */ 381 in buffers that are not current. */
382 Lisp_Object case_fold_search_;
383 Lisp_Object tab_width_; 382 Lisp_Object tab_width_;
384 Lisp_Object fill_column_; 383 Lisp_Object fill_column_;
385 Lisp_Object left_margin_; 384 Lisp_Object left_margin_;