From: Yuan Fu Date: Wed, 7 May 2025 18:07:49 +0000 (-0700) Subject: ; * src/pdumper.c (dump_buffer): Update hash. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a03599beed0b69d1094d9f4619e3a141895b05f6;p=emacs.git ; * src/pdumper.c (dump_buffer): Update hash. (cherry picked from commit a918f9e640f0c652d2f908fda88ecb2905eb4c58) --- diff --git a/src/pdumper.c b/src/pdumper.c index 5cd84995226..b3de90bfa03 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -2807,7 +2807,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_B02F648B82 +#if CHECK_STRUCTS && !defined HASH_buffer_23EB984887 # error "buffer changed. See CHECK_STRUCTS comment in config.h." #endif struct buffer munged_buffer = *in_buffer;