Files
emacs/lisp
Tino Calancha 76e1f7d00f alist-get: Add optional arg TESTFN
If TESTFN is non-nil, then it is the predicate to lookup
the alist.  Otherwise, use 'eq' (Bug#27584).
* lisp/subr.el (alist-get): Add optional arg FULL.
* lisp/emacs-lisp/map.el (map-elt, map-put): Add optional arg TESTFN.
* lisp/emacs-lisp/gv.el (alist-get): Update expander.
* doc/lispref/lists.texi (Association Lists): Update manual.
* etc/NEWS: Announce the changes.
* test/lisp/emacs-lisp/map-tests.el (test-map-put-testfn-alist)
(test-map-elt-testfn): New tests.
2017-07-17 21:30:50 +09:00
..
2017-07-06 00:24:56 -07:00
2017-06-21 08:12:10 +00:00
2017-05-30 08:29:34 -07:00
2017-07-10 17:49:01 +02:00
2017-05-07 13:22:34 +02:00
2017-07-06 00:24:56 -07:00
2017-04-08 11:36:56 -04:00
2017-07-17 02:11:14 +03:00
2017-07-06 00:24:56 -07:00
2017-07-02 11:41:58 +02:00
2017-06-13 14:31:53 +09:00
2017-06-05 20:33:55 -04:00
2017-05-06 18:38:18 -07:00
2017-05-06 18:38:18 -07:00
2017-06-07 14:27:21 -04:00
2017-07-06 00:24:56 -07:00
2017-05-06 18:30:14 -07:00
2017-07-15 15:34:03 +03:00
2017-05-21 23:03:01 +02:00
2017-07-01 06:26:53 -04:00
2017-04-26 12:51:48 -04:00
2017-07-16 00:30:56 +09:00
2017-07-06 00:24:56 -07:00
2017-04-27 00:04:54 -04:00
2017-05-31 20:32:31 +02:00
2017-07-17 21:30:50 +09:00
2017-05-19 15:20:59 +03:00
2017-07-07 18:13:15 -04:00
2017-05-07 13:22:34 +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.