From df9f73839e85cff8185fe1142d75fb8f98ec0bb5 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Sat, 24 Jan 2026 19:47:32 +0100 Subject: [PATCH] ; * src/pdumper.c (dump_buffer): Update hash. This follows the commit of 2026-01-24 "Support cons cell for 'line-spacing'". --- src/pdumper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pdumper.c b/src/pdumper.c index 9b26c80a479..151c45b3348 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -2808,7 +2808,7 @@ dump_obarray (struct dump_context *ctx, Lisp_Object object) static dump_off dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer) { -#if CHECK_STRUCTS && !defined HASH_buffer_E5E54A8C3F +#if CHECK_STRUCTS && !defined HASH_buffer_418DFE6359 # error "buffer changed. See CHECK_STRUCTS comment in config.h." #endif struct buffer munged_buffer = *in_buffer;