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:
parent
2092516a74
commit
df9f73839e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue