diff options
| author | Andrea Corallo | 2019-09-01 11:58:20 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2020-01-01 11:37:41 +0100 |
| commit | c698ac791b3755c340ff945c137f6732cd4e20e4 (patch) | |
| tree | 84191a4842934228a03b2b7966e9d043a45ec30f /src/comp.c | |
| parent | a2b1795b96b5ac5981220b1056f6ea222bc193f5 (diff) | |
| download | emacs-c698ac791b3755c340ff945c137f6732cd4e20e4.tar.gz emacs-c698ac791b3755c340ff945c137f6732cd4e20e4.zip | |
add authorship
Diffstat (limited to 'src/comp.c')
| -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 |