aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrea Corallo2020-02-16 18:14:35 +0100
committerAndrea Corallo2020-02-16 18:34:22 +0100
commit81c34a35aab53978bc2f3608dff3751030d0e914 (patch)
tree1671812f42d2042bb2c031363b774c535272acd9 /src
parent8c108ce607693f9fb5bfa6ca30da66faad777512 (diff)
downloademacs-81c34a35aab53978bc2f3608dff3751030d0e914.tar.gz
emacs-81c34a35aab53978bc2f3608dff3751030d0e914.zip
Update copyright years plus two style nits
Diffstat (limited to 'src')
-rw-r--r--src/comp.c2
-rw-r--r--src/comp.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/comp.c b/src/comp.c
index d95a87b03b1..2f24b10bba0 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -1,5 +1,5 @@
1/* Compile elisp into native code. 1/* Compile elisp into native code.
2 Copyright (C) 2019 Free Software Foundation, Inc. 2 Copyright (C) 2019-2020 Free Software Foundation, Inc.
3 3
4Author: Andrea Corallo <akrl@sdf.org> 4Author: Andrea Corallo <akrl@sdf.org>
5 5
diff --git a/src/comp.h b/src/comp.h
index ddebbbcccf0..6019831bc30 100644
--- a/src/comp.h
+++ b/src/comp.h
@@ -1,5 +1,5 @@
1/* Elisp native compiler definitions 1/* Elisp native compiler definitions
2Copyright (C) 2012-2019 Free Software Foundation, Inc. 2Copyright (C) 2019-2020 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5