1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

; * src/pdumper.c (dump_buffer): Update hash.

This follows the commit of 2026-01-24
"Support cons cell for 'line-spacing'".
This commit is contained in:
Basil L. Contovounesios 2026-01-24 19:47:32 +01:00
parent 2092516a74
commit df9f73839e

View file

@ -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;