Files
emacs/lisp
Glenn Morris fb6be44abc (calendar-cursor-to-nearest-date): Use calendar-column-to-segment,
calendar-month-edges, and the 'date property to handle intermonth text.
2008-06-26 03:41:38 +00:00
..
2008-06-21 23:02:20 +00:00
2008-06-12 03:52:16 +00:00
2008-06-19 04:59:11 +00:00
2008-06-24 08:58:45 +00:00
2008-06-21 20:34:50 +00:00
2008-06-21 23:00:49 +00:00
2008-06-21 20:32:42 +00:00
2008-06-18 02:51:24 +00:00
2008-06-13 21:59:41 +00:00
2008-06-25 15:15:39 +00:00
2008-06-13 13:42:21 +00:00
2008-06-13 13:42:21 +00:00
2008-06-13 13:42:21 +00:00
2008-06-10 00:31:53 +00:00
2008-06-25 22:35:37 +00:00
2008-06-18 02:52:49 +00:00
2008-06-20 17:10:33 +00:00
2008-06-13 08:04:56 +00:00
2008-06-22 19:04:22 +00:00
2008-06-25 05:35:05 +00:00
2008-06-25 05:35:05 +00:00
2008-06-22 19:04:22 +00:00
2008-06-24 13:29:28 +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.