Files
emacs/lisp
Glenn Morris 40802b080b (european-calendar-style, calendar-for-loop)
(calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
(calendar-cursor-to-date): Doc fix.
(hebrew-holidays-1, hebrew-holidays-4): Simplify.
(extract-calendar-day, extract-calendar-year): Use cadr, nth.
(calendar-day-number): Use when.
(generate-calendar-month): Use dotimes.
(exit-calendar, calendar-print-other-dates): Use let rather than let*.
(calendar-set-mark): Reverse conditional.
(calendar-make-alist): Move definition before use.
2008-03-15 03:00:17 +00:00
..
2008-03-12 19:56:09 +00:00
2008-03-14 17:42:18 +00:00
2008-03-14 17:42:18 +00:00
2008-02-29 04:08:10 +00:00
2008-03-13 01:57:05 +00:00
2008-03-14 17:42:18 +00:00
2008-03-14 21:31:07 +00:00
2008-03-14 17:42:18 +00:00
2008-03-14 18:58:17 +00:00
2008-03-14 17:42:18 +00:00
2008-03-14 17:42:18 +00:00
2008-03-14 17:14:09 +00:00
2008-03-10 00:49:47 +00:00
2008-03-07 16:49:48 +00:00
2008-03-13 06:05:25 +00:00
2008-03-14 17:42:18 +00:00
2008-03-10 00:49:47 +00:00
2008-03-14 17:42:18 +00:00
2008-03-14 17:42:18 +00:00
2008-03-10 00:49:47 +00:00
2008-03-07 16:46:49 +00:00
2008-03-01 19:00:24 +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.