1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00:00
Eli Zaretskii 7c226e4010 (completion-ignored-extensions): Add file extensions
of Python byte-compiled files.
2004-06-12 10:16:10 +00:00
..
2004-03-26 15:30:42 +00:00
2004-05-28 05:56:19 +00:00
2004-05-30 21:00:53 +00:00
2004-05-09 15:01:17 +00:00
2004-06-09 22:00:17 +00:00
2004-04-16 22:05:32 +00:00
2003-09-19 09:38:59 +00:00
2004-03-26 15:27:56 +00:00
2004-05-30 21:46:34 +00:00
2003-12-23 23:42:28 +00:00
2004-03-10 00:47:45 +00:00
2004-05-06 18:41:32 +00:00
2004-04-30 21:06:00 +00:00
2004-05-04 13:33:20 +00:00
2004-03-25 10:35:07 +00:00
2004-06-12 05:54:43 +00:00
2003-09-24 08:52:09 +00:00
2004-03-04 16:56:14 +00:00
2004-05-01 03:44:30 +00:00
2004-04-27 22:42:58 +00:00
2004-04-06 02:58:04 +00:00
2004-06-05 02:39:03 +00:00
2004-03-16 09:52:37 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2003-12-29 19:13:28 +00:00
2004-04-05 21:34:05 +00:00
2004-04-27 13:12:07 +00:00
2004-02-21 13:37:46 +00:00
2004-05-29 14:33:28 +00:00
2004-06-03 19:53:53 +00:00
2004-05-02 17:26:52 +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.