Files
emacs/lisp
Stefan Monnier a87c1daf65 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
* obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
* obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
* obsolete/auto-show.el, obsolete/hscroll.el:
Remove packages that were obsolete in Emacs-20, or that were obsolete
in Emacs-21 and do not contain any more code.
2008-06-03 08:08:01 +00:00
..
2008-05-23 04:41:33 +00:00
2008-06-03 04:59:01 +00:00
2008-05-12 12:40:12 +00:00
2008-06-02 20:10:25 +00:00
2008-05-22 05:03:00 +00:00
2008-05-10 17:34:32 +00:00
2008-05-23 04:44:07 +00:00
2008-05-29 09:40:37 +00:00
2008-05-06 08:10:42 +00:00
2008-05-23 04:44:07 +00:00
2008-05-23 04:44:07 +00:00
2008-05-23 10:30:18 +00:00
2008-05-23 04:44:07 +00:00
2008-05-23 04:44:07 +00:00
2008-05-23 10:38:50 +00:00
2008-05-23 04:44:07 +00:00
2008-05-08 14:46:34 +00:00
2008-05-23 04:44:07 +00:00
2008-06-02 05:26:26 +00:00
2008-05-08 11:53:29 +00:00
2008-05-22 02:34:30 +00:00
2008-05-17 06:22:22 +00:00
2008-05-28 17:37:04 +00:00
2008-05-21 02:32:31 +00:00
2008-05-08 13:31:31 +00:00
2008-05-06 16:29:23 +00:00
2008-06-01 11:54:47 +00:00
2008-05-28 17:36:04 +00:00
2008-06-01 02:35:04 +00:00
2008-05-31 15:32:10 +00:00
2008-05-18 22:43:24 +00:00
2008-05-16 18:15:26 +00:00
2008-05-27 00:20:23 +00:00
2008-05-07 12:52:22 +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.