Files
emacs/lisp
Glenn Morris 48079f6812 ; Refer to version 25.2 rather than 26.1.
; I hope the next release from master is indeed 26.1, but for reasons
; that passeth my understanding we currently call it 25.2 everywhere else,
; so we should at least be consistent.
2016-06-10 00:55:02 -04:00
..
2016-06-09 21:28:16 -07:00
2016-05-26 12:55:06 -07:00
2016-06-09 21:28:16 -07:00
2016-05-26 12:55:06 -07:00
2016-05-26 12:55:06 -07:00
2016-05-01 19:27:09 +02:00
2016-05-01 18:53:31 -07:00
2016-02-24 22:35:18 +02:00
2016-02-14 19:45:12 -08:00
2016-04-10 23:55:05 -07:00
2016-05-31 08:07:41 -07:00
2016-05-01 19:27:15 +02:00
2016-02-21 13:32:22 +11:00
2016-03-02 17:21:38 +00:00
2016-05-01 19:27:10 +02:00
2016-05-05 23:11:11 -07:00
-
2016-03-22 11:01:30 -07:00
2016-06-09 17:56:29 +09:00
2016-04-11 09:07:16 -07:00
2016-03-02 10:24:55 +00:00
2016-06-07 09:34:27 -07:00
2016-03-07 08:26:36 -08:00
2016-05-01 19:27:08 +02:00
2016-05-01 19:27:10 +02:00
2016-03-18 08:55:26 -07:00
2016-05-13 07:45:30 -07:00
2016-05-01 19:27:09 +02:00
-
2016-01-30 11:27:34 -08:00
2016-05-23 15:12:24 -04:00
2016-04-29 15:23:38 +02:00
2016-06-01 07:18:41 -04:00
2016-03-07 08:26:36 -08:00
2016-03-07 08:26:36 -08:00
2016-03-23 11:27:22 -07:00
2016-05-26 12:55:06 -07:00
2016-06-07 09:34:27 -07:00
2016-03-07 18:55:20 -08:00
2016-05-01 19:27:12 +02:00
2016-02-26 16:01:46 +10:30
2016-05-01 18:07:57 -07:00
2016-05-26 12:55:06 -07:00
2016-05-26 12:55:06 -07:00
2016-06-07 09:34:27 -07:00
2016-02-22 11:33:54 -08:00
2016-06-06 09:30:22 -07:00
2016-05-01 19:27:09 +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.