Files
emacs/lisp
Lars Ingebrigtsen b441e8cd7c Silence spurious load message in latin-ltx.el
* lisp/leim/quail/latin-ltx.el (latin-ltx--define-rules): Silence
the `load' because it's not very informative.
2019-06-18 11:33:40 +02:00
..
2019-06-17 12:45:10 +02:00
2019-06-15 12:19:01 +02:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-30 20:29:29 +03:00
2019-06-12 16:15:30 +02:00
2019-05-17 04:47:31 +02:00
2019-05-26 01:00:16 -07:00
2019-06-01 12:04:43 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-06-12 23:38:55 +02:00
2019-05-26 01:00:16 -07:00
2019-06-12 13:56:27 +02:00
2019-06-07 07:50:49 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-06-01 12:04:41 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-06-11 08:38:34 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-06-15 09:50:32 -07:00
2019-05-26 01:00:16 -07: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.