diff options
| author | Andrea Corallo | 2019-12-29 22:46:06 +0100 |
|---|---|---|
| committer | Andrea Corallo | 2020-01-01 11:38:18 +0100 |
| commit | 2875340c9fcc3bd6a799a3c4a4d875fc753ea7b1 (patch) | |
| tree | c7796ee997a46097ca62272e66e3d81268ebf1b6 /src | |
| parent | 037b9897a464bf25ef9587ee860cc7f20376a97c (diff) | |
| download | emacs-2875340c9fcc3bd6a799a3c4a4d875fc753ea7b1.tar.gz emacs-2875340c9fcc3bd6a799a3c4a4d875fc753ea7b1.zip | |
fix nit
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 df841a66fd1..7d4bcc2cdff 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -3284,7 +3284,7 @@ load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, bool loading_dump) | |||
| 3284 | Lisp_Object comp_u_obj; | 3284 | Lisp_Object comp_u_obj; |
| 3285 | XSETNATIVE_COMP_UNIT (comp_u_obj, comp_u); | 3285 | XSETNATIVE_COMP_UNIT (comp_u_obj, comp_u); |
| 3286 | /* Executing this will perform all the expected environment | 3286 | /* Executing this will perform all the expected environment |
| 3287 | modification. */ | 3287 | modifications. */ |
| 3288 | top_level_run (comp_u_obj); | 3288 | top_level_run (comp_u_obj); |
| 3289 | } | 3289 | } |
| 3290 | 3290 | ||