Files
emacs/lisp
Stefan Monnier 3b7b269256 * lisp/emacs-lisp/cl-macs.el:
(cl--loop-destr-temps): Remove.
(cl--loop-iterator-function): Rename from cl--loop-map-form and change
its convention.
(cl--loop-set-iterator-function): New function.
(cl-loop): Adjust accordingly, so as not to use cl-subst.
(cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
Bind `it' with `let' instead of substituting it with `cl-subst'.
(cl--unused-var-p): New function.
(cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
Eliminate some unused variable warnings.

Fixes: debbugs:15326
2013-09-27 21:07:18 -04:00
..
2013-09-11 22:48:22 -07:00
2013-09-27 21:07:18 -04:00
2013-09-18 06:19:31 -04:00
2013-09-19 21:14:26 +02:00
2013-07-26 19:02:22 +02:00
2013-09-17 22:10:21 -07:00
2013-08-20 18:13:29 -04:00
2013-01-01 09:11:05 +00:00
2013-09-27 21:07:18 -04:00
2013-01-01 09:11:05 +00:00
2013-06-11 18:51:12 +02:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-07-26 19:02:22 +02:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-07-26 19:02:22 +02:00
2013-08-27 12:02:42 -07:00
2013-06-30 08:10:33 -07:00
2013-07-26 19:02:22 +02:00
2013-09-17 00:31:09 -07:00
2013-08-13 00:42:51 -07:00
2013-01-01 09:11:05 +00:00
2013-08-15 22:15:51 -07:00
2013-09-14 06:19:38 -04:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-05-11 16:41:52 -07:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-07-26 05:32:44 -04:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-09-17 20:58:26 -07:00
2013-08-15 22:15:51 -07:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-09-15 06:22:42 -04:00
2013-05-29 20:30:34 -07:00
2013-01-01 09:11:05 +00:00
2013-02-28 12:15:08 -05:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-09-01 06:25:27 -04:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-09-17 00:43:14 -07:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-05-15 19:55:41 -04:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-08-15 23:50:58 -07:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-05-30 11:44:54 -04:00
2013-05-15 19:55:41 -04:00
2013-04-09 18:22:15 -07:00
2013-09-04 23:30:07 -04:00
2013-01-01 09:11:05 +00:00
2013-03-11 22:08:21 -04:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-03-11 22:08:21 -04:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-05-23 23:50:22 -07:00
2013-05-15 19:55:41 -04:00
2013-01-01 09:11:05 +00:00
2013-09-17 20:45:54 -07:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00: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.