Files
emacs/lisp
Glenn Morris 5f1cf4b5c7 Merge from origin/emacs-26
fc5b8f1 Fix Bug#29149
5622b2e Merge branch 'emacs-26' of git.sv.gnu.org:/srv/git/emacs into...
4da8799 (emacs-26) Fix misbehavior when drawing three-pixel high hori...
1b082c8 MH-E: don't automatically download external-body parts
069f978 ; * lisp/emacs-lisp/byte-run.el: Fix a typo in a comment.
504a56c ; Fix last commit
a34e44e ; Fix last commit
a8892b4 Further fix for Bug#29291
d14923b Fix divider frame params on NS (bug#29352)
b2518ac Spelling fixes

# Conflicts:
#	etc/NEWS
#	test/lisp/net/tramp-tests.el
2017-11-20 13:10:11 -05:00
..
2017-11-08 19:22:26 -08:00
2017-11-20 13:10:11 -05:00
2017-10-28 17:10:25 -07:00
2017-11-20 13:10:11 -05:00
2017-11-08 19:22:26 -08:00
2017-11-20 13:10:11 -05:00
2017-10-12 13:44:16 -07:00
2017-11-13 10:54:20 -08:00
2017-11-14 17:43:06 -05:00
2017-11-20 13:08:35 -05:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-11-01 22:07:43 -07:00
2017-09-29 17:48:22 -07:00
2017-10-01 19:59:01 -07:00
2017-09-29 17:48:22 -07:00
2017-10-01 19:59:01 -07:00
2017-09-29 17:48:22 -07:00
2017-10-01 19:59:01 -07:00
2017-11-01 22:07:43 -07:00
2017-10-01 19:59:01 -07:00
2017-10-01 18:31:10 -07:00
2017-10-29 20:28:58 -02:00
2017-11-11 11:12:00 -05:00
2017-11-11 11:12:00 -05:00
2017-10-09 22:55:06 -07:00
2017-11-20 13:08:35 -05:00
2017-10-01 19:59:01 -07:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-11-20 13:08:35 -05:00
2017-10-01 19:59:01 -07:00
2017-11-13 10:54:20 -08:00
2017-10-01 19:59:01 -07:00
2017-10-27 20:45:23 -04:00
2017-11-20 13:10:11 -05:00
2017-10-20 22:11:39 +09:00
2017-11-01 07:27:31 -04:00
2017-10-01 19:59:01 -07:00
2017-11-11 11:12:00 -05:00
2017-11-08 19:22:26 -08:00
2017-10-27 17:17:42 +03:00
2017-10-29 20:28:58 -02:00
2017-10-29 20:28:58 -02:00
2017-10-29 20:28:58 -02:00
2017-10-29 20:28:58 -02:00
2017-10-29 20:28:58 -02:00
2017-11-18 13:06:22 +02:00
2017-11-20 13:08:34 -05:00
2017-10-28 17:10:25 -07:00
2017-10-01 19:59:01 -07:00
2017-11-02 21:01:44 -07:00
2017-10-26 21:49:00 +02:00
2017-09-29 22:06:33 -07:00
2017-10-01 19:59:01 -07:00
2017-11-02 21:01:44 -07:00
2017-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -07:00
2017-11-02 21:01:04 -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.