Files
emacs/lisp
Ted Zlatanov 1d0a37f845 auth-source: support JSON backend with .json extension
* lisp/auth-source.el (auth-source-backends-parser-file): Look
for .gpg extension and make backend decision without it. Add
JSON case to backends.

(auth-source-json-check): Parse JSON data.
2017-12-19 11:45:48 -05:00
..
2017-12-16 12:18:45 -08:00
2017-11-08 19:22:26 -08:00
2017-12-16 12:18:45 -08:00
2017-12-09 10:13:02 +01:00
2017-12-16 12:18:45 -08:00
2017-12-18 10:10:52 -08:00
2017-12-17 11:32:48 +01:00
2017-12-06 15:37:41 +01:00
2017-12-16 12:18:45 -08:00
2017-11-14 17:43:06 -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-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -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-12-12 19:43:33 -08:00
2017-10-09 22:55:06 -07: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-11-20 13:08:35 -05:00
2017-12-16 12:18:45 -08:00
2017-11-25 22:55:35 -08:00
2017-12-16 12:18:45 -08:00
2017-11-20 13:10:11 -05:00
2017-10-20 22:11:39 +09:00
2017-12-01 07:26:59 -05:00
2017-11-25 16:03:53 +01:00
2017-11-11 11:12:00 -05:00
2017-11-08 19:22:26 -08:00
2017-11-22 17:52:11 -05: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-12-16 01:37:21 +01:00
2017-12-09 10:13:02 +01:00
2017-10-28 17:10:25 -07:00
2017-10-26 21:49:00 +02:00
2017-09-29 22:06:33 -07:00
2017-12-16 12:18:45 -08:00
2017-11-02 21:01:44 -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.