aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index 12e4ca66cdc..d2e6323cb14 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1700,7 +1700,7 @@ maybe_swap_for_eln (bool no_native, Lisp_Object *filename, int *fd,
1700 return; 1700 return;
1701 1701
1702 /* Search eln in the eln-cache directories. */ 1702 /* Search eln in the eln-cache directories. */
1703 Lisp_Object eln_path_tail = Vcomp_eln_load_path; 1703 Lisp_Object eln_path_tail = Vnative_comp_eln_load_path;
1704 Lisp_Object src_name = 1704 Lisp_Object src_name =
1705 Fsubstring (*filename, Qnil, make_fixnum (-1)); 1705 Fsubstring (*filename, Qnil, make_fixnum (-1));
1706 if (NILP (Ffile_exists_p (src_name))) 1706 if (NILP (Ffile_exists_p (src_name)))