Files
emacs/lisp
Daniel Colascione 8af3e1848c Add cl-iter-defun
* lisp/emacs-lisp/cl-macs.el (cl-iter-defun): Add cl-iter-defun.
2015-03-02 16:41:59 -08:00
..
2015-02-21 20:01:05 -08:00
2015-03-02 16:41:59 -08:00
2015-02-21 20:01:05 -08:00
2015-02-25 22:53:56 -08:00
2015-02-25 22:53:56 -08:00
2015-02-20 19:36:54 -05:00
2015-03-02 16:41:59 -08:00
2015-03-02 13:18:43 -05:00
2015-02-25 22:53:56 -08: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.