1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00

add authorship

This commit is contained in:
Andrea Corallo 2019-09-01 11:58:20 +02:00 committed by Andrea Corallo
parent a2b1795b96
commit c698ac791b
2 changed files with 4 additions and 0 deletions

View 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

View 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