Files
emacs/lisp
Paul Eggert 5172fa02cc Prefer HTTPS to HTTP for gnu.org
This fixes some URLs I omitted from my previous pass,
notably those in lists.gnu.org.  Although lists.gnu.org
does not yet support TLS 1.1, TLS 1.0 is better than nothing.
* lisp/erc/erc.el (erc-official-location):
* lisp/mail/emacsbug.el (report-emacs-bug):
Use https:, not http:.
2017-10-01 19:59:01 -07:00
..
2017-10-01 19:59:01 -07:00
2017-09-30 16:17:02 +02:00
2017-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -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-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -07: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-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-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-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -07:00
2017-10-01 18:31:10 -07:00
2017-10-01 19:59:01 -07: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-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -07:00
2017-09-01 06:26:57 -04:00
2017-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -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-10-01 19:59:01 -07:00
2017-10-01 19:59:01 -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.