aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
authorAndrea Corallo2019-09-01 11:58:20 +0200
committerAndrea Corallo2020-01-01 11:37:41 +0100
commitc698ac791b3755c340ff945c137f6732cd4e20e4 (patch)
tree84191a4842934228a03b2b7966e9d043a45ec30f /src/comp.c
parenta2b1795b96b5ac5981220b1056f6ea222bc193f5 (diff)
downloademacs-c698ac791b3755c340ff945c137f6732cd4e20e4.tar.gz
emacs-c698ac791b3755c340ff945c137f6732cd4e20e4.zip
add authorship
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c2
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
4Author: Andrea Corallo <akrl@sdf.org>
5
4This file is part of GNU Emacs. 6This file is part of GNU Emacs.
5 7
6GNU Emacs is free software: you can redistribute it and/or modify 8GNU Emacs is free software: you can redistribute it and/or modify