diff options
| author | AndreaCorallo | 2020-02-26 21:36:48 +0000 |
|---|---|---|
| committer | AndreaCorallo | 2020-02-26 21:36:48 +0000 |
| commit | 8788fab9e1adf8a4f212a850ebae6845878dbad7 (patch) | |
| tree | fe7705989f835a308a74ea7748b31b3039c4cd12 /src | |
| parent | 2dae7e1b697fef389e8e193d60ef799e2b3b09b4 (diff) | |
| download | emacs-8788fab9e1adf8a4f212a850ebae6845878dbad7.tar.gz emacs-8788fab9e1adf8a4f212a850ebae6845878dbad7.zip | |
; Nit fix in comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c index 9dcd5547de6..425784b9810 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -3275,7 +3275,7 @@ DEFUN ("comp--compile-ctxt-to-file", Fcomp__compile_ctxt_to_file, | |||
| 3275 | GCC_JIT_OUTPUT_KIND_DYNAMIC_LIBRARY, | 3275 | GCC_JIT_OUTPUT_KIND_DYNAMIC_LIBRARY, |
| 3276 | SSDATA (tmp_file)); | 3276 | SSDATA (tmp_file)); |
| 3277 | 3277 | ||
| 3278 | /* Remove the old eln instead of copying the new one into ti to get | 3278 | /* Remove the old eln instead of copying the new one into it to get |
| 3279 | a new inode and prevent crashes in case the old one is currently | 3279 | a new inode and prevent crashes in case the old one is currently |
| 3280 | loaded. */ | 3280 | loaded. */ |
| 3281 | if (!NILP (Ffile_exists_p (out_file))) | 3281 | if (!NILP (Ffile_exists_p (out_file))) |