1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00
Toby Cubitt 93a1c12a9a * lisp/emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
traversal functions for avl-trees.  Consolidate rebalancing code.
2011-05-27 20:03:26 -03:00
..
2011-05-03 08:51:14 -07:00
2011-03-31 00:24:03 -04:00
2011-04-19 15:44:55 +02:00
2011-05-11 03:34:51 +08:00
2011-04-08 01:59:27 +02:00
2011-05-06 00:20:17 -07:00
2011-04-06 14:18:10 +02:00
2011-04-26 04:26:05 -07:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-05-21 06:19:46 -04:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-04 15:16:23 +09:00
2011-04-04 15:16:23 +09:00
2011-04-04 15:16:23 +09:00
2011-04-04 15:16:23 +09:00
2011-04-04 15:16:23 +09:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-05-20 19:09:49 -07:00
2011-03-22 14:10:43 +01:00
2011-04-19 15:44:55 +02:00
2011-05-10 15:57:12 +02:00
2011-04-19 15:44:55 +02:00
2011-05-01 06:23:07 -04:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-05-27 12:17:59 -04:00
2011-05-02 04:33:11 +02:00
2011-04-19 15:44:55 +02:00
2011-04-28 21:35:20 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-05-14 13:14:25 -07:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +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.