aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Corallo2019-09-01 11:58:20 +0200
committerAndrea Corallo2020-01-01 11:37:41 +0100
commitc698ac791b3755c340ff945c137f6732cd4e20e4 (patch)
tree84191a4842934228a03b2b7966e9d043a45ec30f
parenta2b1795b96b5ac5981220b1056f6ea222bc193f5 (diff)
downloademacs-c698ac791b3755c340ff945c137f6732cd4e20e4.tar.gz
emacs-c698ac791b3755c340ff945c137f6732cd4e20e4.zip
add authorship
-rw-r--r--lisp/emacs-lisp/comp.el2
-rw-r--r--src/comp.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index a14438e250c..3bd4aa31312 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -1,5 +1,7 @@
1;;; comp.el --- compilation of Lisp code into native code -*- lexical-binding: t -*- 1;;; comp.el --- compilation of Lisp code into native code -*- lexical-binding: t -*-
2 2
3;; Author: Andrea Corallo <akrl@sdf.com>
4
3;; Copyright (C) 2019 Free Software Foundation, Inc. 5;; Copyright (C) 2019 Free Software Foundation, Inc.
4 6
5;; Keywords: lisp 7;; Keywords: lisp
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