aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 18c47349068..d3a5ffd1491 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -841,7 +841,7 @@ does not run the hooks `kill-buffer-hook',
841 b->pt_byte = b->base_buffer->pt_byte; 841 b->pt_byte = b->base_buffer->pt_byte;
842 b->begv_byte = b->base_buffer->begv_byte; 842 b->begv_byte = b->base_buffer->begv_byte;
843 b->zv_byte = b->base_buffer->zv_byte; 843 b->zv_byte = b->base_buffer->zv_byte;
844 b->inhibit_buffer_hooks = inhibit_buffer_hooks; 844 b->inhibit_buffer_hooks = !NILP (inhibit_buffer_hooks);
845 845
846 b->newline_cache = 0; 846 b->newline_cache = 0;
847 b->width_run_cache = 0; 847 b->width_run_cache = 0;