From: Stefan Monnier Date: Mon, 21 Jan 2019 20:03:28 +0000 (-0500) Subject: * src/pdumper.c (dump_string) [CHECK_STRUCTS]: Fix copy&paste error X-Git-Tag: emacs-27.0.90~3769 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=657f6fe5008b1090b5670111b53624ecb2cacca0;p=emacs.git * src/pdumper.c (dump_string) [CHECK_STRUCTS]: Fix copy&paste error --- diff --git a/src/pdumper.c b/src/pdumper.c index 4bbeabb828e..e57aa8f2a03 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -2111,7 +2111,7 @@ dump_interval_tree (struct dump_context *ctx, static dump_off dump_string (struct dump_context *ctx, const struct Lisp_String *string) { -#if CHECK_STRUCTS && !defined (HASH_Lisp_Symbol_60EA1E748E) +#if CHECK_STRUCTS && !defined (HASH_Lisp_String_86FEA6EC7C) # error "Lisp_String changed. See CHECK_STRUCTS comment." #endif /* If we have text properties, write them _after_ the string so that