Files
emacs/lisp
Lars Ingebrigtsen bff64115a0 Fix pretty-printing of multiple JSON objects
* lisp/json.el (json-pretty-print-max-secs): Make obsolete.
(json-pretty-print): Pretty-print all JSON objects in the region
instead of just the first one (and then deleting all other
objects) (bug#34160).
2019-07-09 21:32:41 +02:00
..
2019-07-06 12:51:30 -07:00
2019-07-09 01:47:52 +01:00
2019-06-22 12:05:28 +03:00
2019-05-26 01:00:16 -07:00
2019-07-06 12:51:30 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-06-27 13:26:45 +02:00
2019-05-26 01:00:16 -07:00
2019-06-26 01:15:06 +02:00
2019-06-12 16:15:30 +02:00
2019-04-05 20:33:07 -04:00
2019-05-26 01:00:16 -07:00
2019-07-09 16:34:20 +02:00
2019-05-26 01:00:16 -07:00
2019-07-06 12:51:30 -07:00
2019-05-26 01:00:16 -07:00
2019-06-12 23:38:55 +02:00
2019-05-26 01:00:16 -07:00
2019-07-01 06:26:54 -07:00
2019-06-07 07:50:49 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-06-01 12:04:41 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -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.