diff options
| author | Andrea Corallo | 2020-02-16 18:14:35 +0100 |
|---|---|---|
| committer | Andrea Corallo | 2020-02-16 18:34:22 +0100 |
| commit | 81c34a35aab53978bc2f3608dff3751030d0e914 (patch) | |
| tree | 1671812f42d2042bb2c031363b774c535272acd9 /src | |
| parent | 8c108ce607693f9fb5bfa6ca30da66faad777512 (diff) | |
| download | emacs-81c34a35aab53978bc2f3608dff3751030d0e914.tar.gz emacs-81c34a35aab53978bc2f3608dff3751030d0e914.zip | |
Update copyright years plus two style nits
Diffstat (limited to 'src')
| -rw-r--r-- | src/comp.c | 2 | ||||
| -rw-r--r-- | src/comp.h | 2 |
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 | ||
| 4 | Author: Andrea Corallo <akrl@sdf.org> | 4 | Author: 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 |
| 2 | Copyright (C) 2012-2019 Free Software Foundation, Inc. | 2 | Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||