diff options
Diffstat (limited to 'src/comp.c')
| -rw-r--r-- | src/comp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/comp.c b/src/comp.c index a79ee4ad87b..29b16c78ac0 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -4121,8 +4121,8 @@ If BASE-DIR is nil use the first entry in `comp-eln-load-path'. */) | |||
| 4121 | base_dir = Fexpand_file_name (base_dir, Vinvocation_directory); | 4121 | base_dir = Fexpand_file_name (base_dir, Vinvocation_directory); |
| 4122 | 4122 | ||
| 4123 | return Fexpand_file_name (filename, | 4123 | return Fexpand_file_name (filename, |
| 4124 | concat2 (Ffile_name_as_directory (base_dir), | 4124 | Fexpand_file_name (Vcomp_native_version_dir, |
| 4125 | Vcomp_native_version_dir)); | 4125 | base_dir)); |
| 4126 | } | 4126 | } |
| 4127 | 4127 | ||
| 4128 | DEFUN ("comp--install-trampoline", Fcomp__install_trampoline, | 4128 | DEFUN ("comp--install-trampoline", Fcomp__install_trampoline, |
| @@ -4613,8 +4613,8 @@ eln_load_path_final_clean_up (void) | |||
| 4613 | { | 4613 | { |
| 4614 | Lisp_Object files_in_dir = | 4614 | Lisp_Object files_in_dir = |
| 4615 | internal_condition_case_5 (Fdirectory_files, | 4615 | internal_condition_case_5 (Fdirectory_files, |
| 4616 | concat2 (XCAR (dir_tail), | 4616 | Fexpand_file_name (Vcomp_native_version_dir, |
| 4617 | Vcomp_native_version_dir), | 4617 | XCAR (dir_tail)), |
| 4618 | Qt, build_string ("\\.eln\\.old\\'"), Qnil, | 4618 | Qt, build_string ("\\.eln\\.old\\'"), Qnil, |
| 4619 | Qnil, Qt, return_nil); | 4619 | Qnil, Qt, return_nil); |
| 4620 | FOR_EACH_TAIL (files_in_dir) | 4620 | FOR_EACH_TAIL (files_in_dir) |