]> git.eshelyaron.com Git - emacs.git/commitdiff
add authorship
authorAndrea Corallo <andrea_corallo@yahoo.it>
Sun, 1 Sep 2019 09:58:20 +0000 (11:58 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:41 +0000 (11:37 +0100)
lisp/emacs-lisp/comp.el
src/comp.c

index a14438e250c57337bda8ea1b107145191203ee18..3bd4aa31312586426e2494d74266878af114885a 100644 (file)
@@ -1,5 +1,7 @@
 ;;; comp.el --- compilation of Lisp code into native code -*- lexical-binding: t -*-
 
+;; Author: Andrea Corallo <akrl@sdf.com>
+
 ;; Copyright (C) 2019 Free Software Foundation, Inc.
 
 ;; Keywords: lisp
index b1083355607f8742ad15256ed9a17bb5694a7e1c..bf1ff3be5d595795aef8f3ddb3f8ec94ebe70c2b 100644 (file)
@@ -1,6 +1,8 @@
 /* Compile byte code produced by bytecomp.el into native code.
    Copyright (C) 2019 Free Software Foundation, Inc.
 
+Author: Andrea Corallo <akrl@sdf.org>
+
 This file is part of GNU Emacs.
 
 GNU Emacs is free software: you can redistribute it and/or modify