]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/pdumper.c (dump_buffer): Update hash.
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 12 Feb 2023 21:07:45 +0000 (21:07 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 12 Feb 2023 21:07:45 +0000 (21:07 +0000)
This follows commit 8f3091defb3 of 2023-02-12
"; Fix typo in buffer.h".

src/pdumper.c

index 800fc2e9d0575e60942646499cf3b16e07f7a2d6..4809fb5dce7837aef7c326fa32b0d3ef7366f842 100644 (file)
@@ -2748,7 +2748,7 @@ dump_hash_table (struct dump_context *ctx,
 static dump_off
 dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
 {
-#if CHECK_STRUCTS && !defined HASH_buffer_DB34E5D09F
+#if CHECK_STRUCTS && !defined HASH_buffer_85D317CE74
 # error "buffer changed. See CHECK_STRUCTS comment in config.h."
 #endif
   struct buffer munged_buffer = *in_buffer;