diff options
| author | Basil L. Contovounesios | 2026-01-24 19:47:32 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios | 2026-01-24 20:11:34 +0100 |
| commit | df9f73839e85cff8185fe1142d75fb8f98ec0bb5 (patch) | |
| tree | 5a29fdc9cde2f038667a850da13a962285f3d9ff /src | |
| parent | 2092516a74da7abb7ffeb3ba1ba14e0a79aaaca4 (diff) | |
| download | emacs-df9f73839e85cff8185fe1142d75fb8f98ec0bb5.tar.gz emacs-df9f73839e85cff8185fe1142d75fb8f98ec0bb5.zip | |
; * src/pdumper.c (dump_buffer): Update hash.
This follows the commit of 2026-01-24
"Support cons cell for 'line-spacing'".
Diffstat (limited to 'src')
| -rw-r--r-- | src/pdumper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c index 9b26c80a479..151c45b3348 100644 --- a/src/pdumper.c +++ b/src/pdumper.c | |||
| @@ -2808,7 +2808,7 @@ dump_obarray (struct dump_context *ctx, Lisp_Object object) | |||
| 2808 | static dump_off | 2808 | static dump_off |
| 2809 | dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer) | 2809 | dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer) |
| 2810 | { | 2810 | { |
| 2811 | #if CHECK_STRUCTS && !defined HASH_buffer_E5E54A8C3F | 2811 | #if CHECK_STRUCTS && !defined HASH_buffer_418DFE6359 |
| 2812 | # error "buffer changed. See CHECK_STRUCTS comment in config.h." | 2812 | # error "buffer changed. See CHECK_STRUCTS comment in config.h." |
| 2813 | #endif | 2813 | #endif |
| 2814 | struct buffer munged_buffer = *in_buffer; | 2814 | struct buffer munged_buffer = *in_buffer; |