Files
emacs/lisp
Paul Eggert 61848d2da3 Merge from origin/emacs-25
697167b ; Improve wording of previous change in variables.texi
d7973e8 Document 'default-toplevel-value' and 'set-default-toplevel-v...
8b71826 Don't modify minibuffer variables globally
5b5e036 Revert to pre-25.1 behavior in ffap
19994a1 * lisp/ffap.el: Fix obsolete comment referencing ffap-bug.
3ace730 Attempt to fix 64-bit AIX build
f69bd79 Clarify usage of 'ediff-cleanup-hook' (Bug#24675)
c04ac8a Document that variable binding order is unspecified
272554a * lisp/desktop.el (desktop-buffers-not-to-save): Doc fix.
08de101 Fix M-x hints on Mac port
86a297a Work around reporting a dpi change in apply_xft_settings
cf1f985 ; lisp/skeleton.el (skeleton-insert): Fix typo in last change
9e1209d Amend the version number of CC Mode 5.33 -> 5.32.99.  Don't m...
88cdf14 Improve skeleton docstrings
2017-01-01 01:02:47 -08:00
..
2016-12-22 10:14:11 -08:00
2017-01-01 01:02:45 -08:00
2016-12-07 12:43:16 -08:00
2016-11-04 15:02:03 -07:00
2017-01-01 01:02:45 -08:00
2016-12-27 11:11:30 -05:00
2017-01-01 01:02:45 -08:00
2016-11-04 15:02:03 -07:00
2016-12-27 20:06:27 +01:00
2016-12-12 17:17:34 -05:00
2016-12-07 12:43:16 -08:00
2017-01-01 01:02:47 -08:00
2017-01-01 01:02:45 -08:00
2016-12-30 10:28:29 +01:00
2017-01-01 01:02:45 -08:00
2017-01-01 01:02:45 -08:00
2016-11-19 14:31:05 -08:00
2017-01-01 01:02:45 -08:00
2016-12-22 10:14:11 -08:00
2016-12-08 13:46:25 +09:00
2016-08-21 04:15:44 -07:00
2016-08-30 20:54:42 -07:00
2016-12-07 12:43:16 -08:00
2016-10-16 22:51:51 -07:00
2016-11-07 19:34:51 +02:00
2017-01-01 01:02:47 -08:00
2016-12-19 13:26:17 -05:00
2016-09-28 13:08:12 -04:00
2016-10-27 08:11:25 -07:00
2016-06-09 17:56:29 +09:00
2016-11-19 14:31:05 -08:00
2017-01-01 01:02:47 -08:00
2017-01-01 01:02:47 -08:00
2016-12-07 12:43:16 -08:00
2016-12-20 17:41:56 +09:00
2016-12-20 17:41:56 +09:00
2016-12-19 09:32:30 +01:00
2016-12-22 10:14:11 -08:00
2016-09-28 13:08:12 -04:00
2016-10-25 12:50:31 -07:00
2016-11-05 11:42:15 +02:00
2016-10-21 13:06:03 -07:00
2016-08-10 00:42:40 -04:00
2016-12-01 06:20:43 -05:00
2016-11-19 14:31:05 -08:00
2016-11-19 14:31:05 -08:00
2017-01-01 01:02:45 -08:00
2016-10-22 13:07:32 +02:00
2016-11-19 14:31:05 -08:00
2016-11-19 14:31:05 -08:00
2016-08-05 14:10:30 -07:00
2016-09-28 13:08:12 -04:00
2016-08-13 23:32:36 -05:00
2016-11-25 21:08:32 +01:00
2016-12-10 17:29:51 -08:00
2017-01-01 01:02:47 -08:00
2016-09-28 13:08:12 -04:00
2016-10-16 22:51:51 -07:00
2016-06-27 22:25:10 +02:00
2016-11-19 14:31:05 -08:00
2016-12-07 12:43:16 -08:00
2016-09-28 13:08:12 -04: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.