diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/comp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/comp.c b/src/comp.c index b1083355607..bf1ff3be5d5 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | /* Compile byte code produced by bytecomp.el into native code. | 1 | /* Compile byte code produced by bytecomp.el into native code. |
| 2 | Copyright (C) 2019 Free Software Foundation, Inc. | 2 | Copyright (C) 2019 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | Author: Andrea Corallo <akrl@sdf.org> | ||
| 5 | |||
| 4 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 5 | 7 | ||
| 6 | GNU Emacs is free software: you can redistribute it and/or modify | 8 | GNU Emacs is free software: you can redistribute it and/or modify |