aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYuan Fu2025-05-07 11:07:49 -0700
committerYuan Fu2025-05-07 20:14:21 -0700
commita918f9e640f0c652d2f908fda88ecb2905eb4c58 (patch)
tree827bfdc61d2bfbf04c50c22d6fc08a2a4d24d698 /src
parent0d96565d5df014d2b9454b1960dffb850feb6b7c (diff)
downloademacs-a918f9e640f0c652d2f908fda88ecb2905eb4c58.tar.gz
emacs-a918f9e640f0c652d2f908fda88ecb2905eb4c58.zip
; * src/pdumper.c (dump_buffer): Update hash.
Diffstat (limited to 'src')
-rw-r--r--src/pdumper.c2
1 files changed, 1 insertions, 1 deletions
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)
2807static dump_off 2807static dump_off
2808dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer) 2808dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
2809{ 2809{
2810#if CHECK_STRUCTS && !defined HASH_buffer_B02F648B82 2810#if CHECK_STRUCTS && !defined HASH_buffer_23EB984887
2811# error "buffer changed. See CHECK_STRUCTS comment in config.h." 2811# error "buffer changed. See CHECK_STRUCTS comment in config.h."
2812#endif 2812#endif
2813 struct buffer munged_buffer = *in_buffer; 2813 struct buffer munged_buffer = *in_buffer;