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:
parent
a2b1795b96
commit
c698ac791b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user