Files
emacs/lisp
Basil L. Contovounesios 973d5d457b Prefer value< with new 'sort' in json.el
Now that json.el uses the new sort calling convention, there's no
need to prefer string< over value<, which may even run faster.
Suggested by Mattias Engdegård <mattias.engdegard@gmail.com>.

* lisp/json.el (json-encoding-object-sort-predicate): Mention value<
in docstring.
(json-pretty-print-buffer-ordered, json-pretty-print-ordered): Use
value< in place of string<.
* test/lisp/json-tests.el (test-json-encode-hash-table-sort): Use
value< as json-encoding-object-sort-predicate in at least one test.
2026-02-14 18:56:44 +01:00
..
2026-02-13 19:53:12 +01:00
2026-02-14 13:59:26 +02:00
2026-02-05 10:56:51 +02:00
2026-01-26 14:29:47 +02:00
2026-02-13 19:53:12 +01:00
2026-02-11 15:53:09 -05:00
2026-01-10 12:38:05 +01:00
2026-01-24 19:37:30 +01:00
2026-02-02 17:42:40 -05:00
2026-02-14 09:17:15 -05:00
2026-01-18 14:36:51 +02:00
2026-01-24 13:32:44 +02: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.