diff options
| author | Andrea Corallo | 2021-05-06 16:28:43 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2021-05-06 17:16:09 +0200 |
| commit | fbbcbed10ee89e0865bbddc6683ff626ec488ee9 (patch) | |
| tree | de3873d00945fc514f6bf525f4ecea9206622ce4 /src/lread.c | |
| parent | 901ce566037b27233b907a51a9cbd330c77830ba (diff) | |
| download | emacs-fbbcbed10ee89e0865bbddc6683ff626ec488ee9.tar.gz emacs-fbbcbed10ee89e0865bbddc6683ff626ec488ee9.zip | |
Rename comp-eln-load-path → native-comp-eln-load-path
* src/comp.c (Fcomp_el_to_eln_filename): Rename comp-eln-load-path →
native-comp-eln-load-path.
* src/lread.c (maybe_swap_for_eln): Likewise.
* lisp/startup.el (native-comp-eln-load-path)
(normal-top-level): Likewise.
* lisp/emacs-lisp/comp.el (comp-spill-lap-function, comp-final)
(comp-eln-load-path-eff, comp-trampoline-compile)
(comp-clean-up-stale-eln, comp-run-async-workers)
(comp-lookup-eln, batch-byte-native-compile-for-bootstrap): Likewise.
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 2 |
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))) |