Files
emacs/lisp
Chong Yidong cbe5b0eb18 (byte-compile-butlast): Move up in file.
(byte-optimize-plus): Don't call
byte-optimize-delay-constants-math (bug#1334).  Use
byte-optimize-predicate to optimize constants.
(byte-optimize-minus): Don't call
byte-optimize-delay-constants-math.  Remove zero arguments first
if possible.  Call byte-optimize-predicate to optimize constants.
(byte-optimize-multiply): Remove optimizations for arguments of 0
and 2, which may be inaccurate.  Optimize (* x -1) to (- x).  Call
byte-optimize-predicate.
(byte-optimize-divide): Leave runtime errors unchanged.
Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
2008-11-21 18:51:48 +00:00
..
2008-11-19 04:38:16 +00:00
2008-11-06 03:56:27 +00:00
2008-11-12 08:12:19 +00:00
2008-11-13 08:02:50 +00:00
2008-10-14 15:50:14 +00:00
2008-10-30 04:35:15 +00:00
2008-11-19 04:33:00 +00:00
2008-10-17 21:25:58 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 22:15:45 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-11-04 14:49:10 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-11-04 16:26:19 +00:00
2008-10-01 09:12:37 +00:00
2008-11-04 14:49:10 +00:00
2008-11-04 14:49:10 +00:00
2008-11-04 14:49:10 +00:00
2008-10-01 09:12:37 +00:00
2008-07-27 18:24:48 +00:00
2008-07-27 18:24:48 +00:00
2008-07-31 05:33:56 +00:00
2008-11-16 05:06:55 +00:00
2008-08-26 11:02:51 +00:00
2008-06-27 07:34:53 +00:00
2008-06-27 07:34:53 +00:00
2008-08-26 11:02:51 +00:00
2008-07-31 05:33:56 +00:00
2008-08-26 11:02:51 +00:00
2008-09-02 05:35:54 +00:00
2008-11-17 00:43:58 +00:00
2008-10-01 08:29:01 +00:00
2008-08-31 13:46:54 +00:00
2008-07-31 05:33:56 +00:00
2008-10-30 04:36:27 +00:00
2008-11-01 01:24:33 +00:00
2008-07-25 16:26:06 +00:00
2008-06-27 07:34:53 +00:00
2008-07-27 18:24:48 +00:00
2008-11-01 01:24:33 +00:00
2008-07-31 05:33:56 +00:00
2008-11-20 02:43:29 +00:00
2008-11-01 01:24:33 +00:00
2008-11-01 01:24:33 +00:00
2008-07-31 05:33:56 +00:00
2008-08-26 11:02:51 +00:00
2008-11-16 21:02:22 +00:00
2008-06-27 07:34:53 +00:00
2008-09-25 00:11:36 +00:00
2008-11-01 01:24:33 +00:00
2008-11-20 02:43:45 +00:00
2008-09-07 20:24:24 +00:00
2008-06-27 07:34:53 +00:00
2008-11-04 17:08:15 +00:00
2008-08-20 22:48:55 +00:00
2008-10-18 15:51:35 +00:00
2008-07-15 18:15:18 +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.