Files
emacs/lisp
Eli Zaretskii 638e9005f1 Fix bug #8780 with decoding files after using ange-ftp.
lisp/net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
 buffer-file-type before setting its value, to avoid disastrous
 global effects on decoding files for DOS/Windows systems.
2011-06-09 12:40:51 +03:00
..
2011-02-03 19:23:55 -08:00
2011-04-13 13:50:12 +02:00
2011-02-22 23:15:55 -08:00
2011-02-22 23:08:12 -08:00
2011-02-22 23:08:12 -08:00
2011-04-21 14:06:01 +02:00
2011-04-10 16:52:31 -04:00
2011-01-02 15:50:46 -08:00
2011-02-22 23:08:12 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-22 12:10:17 -08:00
2011-01-02 15:50:46 -08:00
2011-02-22 21:10:10 -08:00
2011-02-22 23:15:55 -08:00
2011-02-22 21:10:10 -08:00
2011-04-13 13:50:12 +02:00
2011-05-16 14:29:35 +02:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-02-07 20:10:15 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-04-09 15:57:47 -04:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-03-16 01:00:58 +01:00
2011-01-02 15:50:46 -08:00
2011-02-28 22:29:00 -05:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-02-16 23:27:37 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-26 23:48:23 -08:00
2011-01-23 18:22:54 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-02-22 23:08:12 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-03-24 02:57:22 +01:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-03-11 12:17:33 -05:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08:00
2011-01-02 15:50:46 -08: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.