Files
emacs/lisp
Michael Heerdegen 309e6aaa68 Make also 'diary-lunar-phases' report eclipses
* lisp/calendar/lunar.el (diary-lunar-phases): Report eclipses.
(calendar-lunar-phases): Tweak.
2023-02-25 11:05:54 +01:00
..
2023-02-18 10:45:46 +01:00
2023-02-24 13:13:59 -05:00
2023-02-23 16:05:02 +01:00
2023-02-19 11:38:09 +01:00
2023-02-23 06:30:16 +01:00
2023-02-16 06:30:22 +01:00
2023-02-19 11:38:09 +01:00
2023-01-23 01:34:39 +01:00
2023-02-25 06:30:14 +01:00
2023-02-20 00:41:31 -05:00
2023-02-25 06:30:14 +01:00
2023-02-25 06:30:14 +01:00
2023-01-17 06:30:08 +01:00
2023-02-24 06:30:11 +01:00
2023-02-03 06:30:24 +01:00
2023-02-24 06:30:11 +01:00
2023-01-27 11:30:38 +01:00
2023-02-03 18:03:18 +01:00
2023-02-17 16:20:45 +01:00
2023-02-24 06:30:11 +01:00
2023-02-18 10:45:46 +01:00
2023-02-21 18:32:51 +01:00
2023-02-18 10:58:00 +02:00
2023-02-05 18:52:59 +02:00
2023-02-15 05:08:07 +01:00
2023-02-23 06:30:16 +01:00
2023-02-18 10:45:46 +01:00
2023-02-03 06:30:24 +01:00
2023-02-25 06:30:14 +01:00
2023-02-19 11:38:09 +01: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.