X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/11fdef7d0cf3ef1ce30d1cd09ca9ca9a2b099d20..c440407a90b70ef278113f502f6e2fd57ad38f26:/src/unexsol.c diff --git a/src/unexsol.c b/src/unexsol.c index ef1e34e6f0..cfd515ff50 100644 --- a/src/unexsol.c +++ b/src/unexsol.c @@ -4,9 +4,9 @@ #include "unexec.h" #include -#include #include "lisp.h" +#include "character.h" #include "buffer.h" #include "charset.h" #include "coding.h" @@ -20,7 +20,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);