Files
emacs/lisp
Andrea Corallo 3744720904 Add trampoline AOT compilation target (bug#58318)
* Makefile.in (trampolines): New target.
* lisp/Makefile.in (trampolines): Likewise.
* lisp/emacs-lisp/comp.el (comp-compile-all-trampolines): New
function.
2022-10-11 21:19:21 +02:00
..
2022-09-19 19:30:03 +02:00
2022-10-10 21:46:24 +02:00
2022-10-06 10:56:27 +08:00
2022-10-10 12:45:45 +02:00
2022-09-20 12:21:40 +02:00
2022-09-21 10:25:06 +02:00
2022-09-21 10:25:06 +02:00
2022-09-28 17:34:59 +02:00
2022-09-20 12:39:29 +02:00
2022-10-09 06:31:06 +02:00
2022-09-27 15:29:33 +02:00
2022-09-20 12:21:40 +02:00
2022-09-21 10:25:06 +02:00
2022-09-28 17:34:59 +02:00
2022-10-01 20:31:44 +02:00
2022-09-19 19:30:03 +02:00
2022-10-02 14:09:39 +02:00
2022-09-21 10:25:06 +02:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.