summaryrefslogtreecommitdiff
path: root/src/unexsol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unexsol.c')
-rw-r--r--src/unexsol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexsol.c b/src/unexsol.c
index 470206d5838..cfd515ff504 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);