mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-10 00:42:17 -07:00
add authorship
This commit is contained in:
parent
a2b1795b96
commit
c698ac791b
2 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue