X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/51751aa26f9935609630f04e781a954b54ecc82e..51721edc6ba92f9c7cb6a2daab45bb538a696f3d:/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);