diff options
author | Andrea Corallo <acorallo@gnu.org> | 2023-06-08 10:59:41 +0200 |
---|---|---|
committer | Andrea Corallo <acorallo@gnu.org> | 2023-06-08 11:04:10 +0200 |
commit | 65f355ea0a3652eb0051ad4919afe0e1b67eebaa (patch) | |
tree | 93b1b71c809697ed6fd2336c11a75eb540ba6321 /src | |
parent | a3a69ec23421dd65671be37f829d5a29c8c0ef89 (diff) | |
download | emacs-65f355ea0a3652eb0051ad4919afe0e1b67eebaa.tar.gz emacs-65f355ea0a3652eb0051ad4919afe0e1b67eebaa.tar.bz2 emacs-65f355ea0a3652eb0051ad4919afe0e1b67eebaa.zip |
; Update my mail address
* lisp/emacs-lisp/comp-cstr.el: Update author mail.
* lisp/emacs-lisp/comp.el: Likewise.
* src/comp.c: Likewise.
* test/lisp/emacs-lisp/comp-cstr-tests.el: Likewise.
* test/src/comp-resources/comp-test-funcs-dyn.el: Likewise.
* test/src/comp-resources/comp-test-funcs.el: Likewise.
* test/src/comp-resources/comp-test-pure.el: Likewise.
* test/src/comp-tests.el: Likewise.
Diffstat (limited to 'src')
-rw-r--r-- | src/comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c index 3f72d088a66..59c9e9619a3 100644 --- a/src/comp.c +++ b/src/comp.c @@ -1,7 +1,7 @@ /* Compile Emacs Lisp into native code. Copyright (C) 2019-2023 Free Software Foundation, Inc. -Author: Andrea Corallo <akrl@sdf.org> +Author: Andrea Corallo <acorallo@gnu.org> This file is part of GNU Emacs. |