X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/11fdef7d0cf3ef1ce30d1cd09ca9ca9a2b099d20..2a2c6ee8d18267c16e3953194c6066d9a22b88a5:/src/unexsol.c diff --git a/src/unexsol.c b/src/unexsol.c index ef1e34e6f0..0f84099d39 100644 --- a/src/unexsol.c +++ b/src/unexsol.c @@ -4,11 +4,9 @@ #include "unexec.h" #include -#include #include "lisp.h" #include "buffer.h" -#include "charset.h" #include "coding.h" void @@ -20,7 +18,7 @@ unexec (const char *new_name, const char *old_name) if (! dldump (0, new_name, RTLD_MEMORY)) return; - data = Fcons (build_string (new_name), Qnil); + data = list1 (build_string (new_name)); synchronize_system_messages_locale (); errstring = code_convert_string_norecord (build_string (dlerror ()), Vlocale_coding_system, 0);