Files
emacs/lisp
Colin Walters ccb3c8deaf (byte-compile-last-line): Deleted.
(byte-compile-delete-first): New function.
(byte-compile-read-position): New variable.
(byte-compile-last-position): New variable.
(byte-compile-current-buffer): New variable.
(byte-compile-log-1): Use it.
(byte-compile-set-symbol-position): New function.
(byte-compile-obsolete, byte-compile-callargs-warn)
(byte-compile-arglist-warn, byte-compile-arglist-warn)
(byte-compile-print-syms, byte-compile-file-form-defmumble)
(byte-compile-check-lambda-list, byte-compile-lambda)
(byte-compile-form, byte-compile-variable-ref)
(byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
(byte-compile-condition-case, byte-compile-defun)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form): Use it.
(byte-compile-from-buffer): Set it, and bind
`read-with-symbol-positions' and `read-symbol-positions-list'.
(byte-compile-debug): New variable.
2002-05-28 17:40:47 +00:00
..
2002-05-16 12:01:57 +00:00
2002-05-23 03:40:16 +00:00
2002-05-19 01:38:37 +00:00
2002-05-20 16:05:56 +00:00
2001-12-22 13:39:18 +00:00
2002-05-16 12:01:57 +00:00
2002-05-16 12:00:33 +00:00
2002-01-05 19:02:27 +00:00
2002-01-05 19:02:55 +00:00
2002-03-27 20:14:09 +00:00
2002-05-19 16:03:51 +00:00
2002-01-13 09:02:35 +00:00
2001-12-20 19:01:00 +00:00
2001-11-01 19:32:39 +00:00
2002-01-03 08:43:09 +00:00
2002-05-28 17:40:47 +00:00
2001-11-13 00:07:54 +00:00
2001-11-13 00:07:54 +00:00
2002-01-20 18:13:16 +00:00
2001-11-13 00:07:54 +00:00
2001-11-03 23:53:10 +00:00
2002-01-27 09:15:28 +00:00
2002-01-12 15:58:30 +00:00
2002-05-02 05:41:46 +00:00
2001-12-20 18:59:32 +00:00
2002-05-02 05:41:46 +00:00
2001-12-20 18:59:32 +00:00
2001-12-09 10:14:33 +00:00
2002-05-08 01:04:38 +00:00
2002-05-01 09:45:59 +00:00
2002-03-11 09:15:27 +00:00
2002-01-01 22:12:19 +00:00
2002-01-05 19:00:24 +00:00
2001-12-02 07:51:49 +00:00
2002-04-30 17:46:15 +00:00
2002-04-15 18:31:09 +00:00
2002-05-16 07:49:59 +00:00
2002-05-28 09:08:42 +00:00
2002-05-16 12:00:59 +00:00
2002-04-26 14:40:21 +00:00
2002-05-08 01:04:38 +00:00
2002-05-02 05:41:46 +00:00
2001-12-20 18:59:32 +00:00
2002-01-21 16:09:55 +00:00
2002-04-03 15:29:25 +00:00
2002-05-01 16:41:52 +00:00
2002-02-01 19:31:46 +00:00
2001-12-20 18:59:32 +00:00
2002-03-27 10:22:34 +00:00
2002-01-05 18:59:25 +00:00
2002-01-25 05:06:14 +00:00
2002-04-27 03:46:26 +00:00
2002-03-18 04:29:13 +00:00
2002-05-08 18:00:33 +00:00
2002-05-21 21:02:25 +00:00
2002-05-22 01:20:26 +00:00
2002-01-13 10:09:20 +00:00
2002-05-02 05:41:46 +00:00
2001-12-20 18:59:32 +00:00
2001-12-20 18:59:32 +00:00
2002-04-29 09:27:25 +00:00
2002-05-02 05:41:46 +00:00
2001-12-18 16:42:38 +00:00
2002-03-17 20:32:20 +00:00
2002-04-14 16:22:57 +00:00
2002-05-27 02:00:54 +00:00
2002-05-04 02:45:09 +00:00
2001-11-11 19:23:13 +00:00
2002-05-02 05:41:46 +00:00
2002-05-18 19:45:37 +00:00
2002-02-16 12:48:37 +00:00
2002-05-18 11:26:16 +00:00
2002-04-22 15:30:18 +00:00
2002-05-11 08:19:36 +00:00
2002-05-25 11:26:14 +00:00
2002-05-18 11:26:16 +00:00
2002-04-01 13:40:37 +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.