X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ba13e6168a07a085c0ca8e67c91640b84ee0c1fd..bf90e9ac7caec15b0f111e0bb67e311233f3a795:/src/unexsol.c diff --git a/src/unexsol.c b/src/unexsol.c index 470206d583..cfd515ff50 100644 --- a/src/unexsol.c +++ b/src/unexsol.c @@ -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);