Files
emacs/lisp
Stefan Monnier 338bfefacb Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
* lisp/emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
(cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
(cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
(cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
(cl-progv): Don't rely on dynamic scoping to find the body.
* lisp/emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
(cl--proclaims-deferred): Rename from the "cl-" prefix.
(cl-declaim): Use backquotes.
* lisp/emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
Use "cl--" prefix for the object's tag.
2012-12-06 16:29:29 -05:00
..
2012-11-30 09:09:55 -08:00
2012-12-06 06:21:08 -05:00
2012-11-25 11:24:26 -08:00
2012-12-04 10:47:43 +08:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-10-06 13:30:26 -07:00
2012-09-17 03:55:02 -08:00
2012-11-28 15:12:56 +08:00
2012-07-10 07:51:54 -04:00
2012-09-27 00:42:54 +02:00
2012-09-27 00:42:54 +02:00
2012-10-04 22:57:24 -07:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-10-22 08:43:54 -04:00
2012-06-02 18:56:09 +08:00
2012-07-10 07:51:54 -04:00
2012-09-17 05:49:55 -04:00
2012-10-23 11:06:07 -04:00
2012-06-02 18:56:09 +08:00
2012-11-10 16:43:54 -08:00
2012-10-23 11:06:07 -04:00
2012-11-30 09:09:55 -08:00
2012-11-30 20:27:56 -05:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-12-04 11:04:31 +08:00
2012-07-10 07:51:54 -04:00
2012-11-03 15:56:02 +02:00
2012-07-10 07:51:54 -04:00
2012-12-04 17:56:04 +01:00
2012-12-04 17:56:04 +01:00
2012-07-10 07:51:54 -04:00
2012-10-06 13:30:26 -07:00
2012-07-10 07:51:54 -04:00
2012-12-06 15:16:38 -05:00
2012-11-17 22:52:12 +01:00
2012-08-14 21:48:39 +03:00
2012-10-09 00:08:26 -07:00
2012-09-17 03:55:02 -08:00
2012-08-03 14:51:11 +03:00
2012-07-17 04:15:06 -04: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.