Files
emacs/lisp
Kenichi Handa 6ce70459b1 (font-encoding-charset-alist):
Initialize it.
(otf-script-alist): Fix typo of canadian-aboriginal.
(setup-default-fontset): Specify font-specs for many more scripts.
(x-complement-fontset-spec): The 1st argument changed to a
font-spec object.
(create-fontset-from-fontset-spec): Adjusted for the above change.
2007-12-20 12:38:58 +00:00
..
2007-12-16 05:08:49 +00:00
2007-12-16 05:08:49 +00:00
2007-12-09 06:40:47 +00:00
2007-12-06 09:51:45 +00:00
2007-12-16 05:08:49 +00:00
2007-12-09 12:39:55 +00:00
2007-12-16 05:08:49 +00:00
2007-12-09 22:14:32 +00:00
2007-12-06 09:51:45 +00:00
2007-12-16 05:08:49 +00:00
2007-12-16 05:08:49 +00:00
2007-12-16 05:08:49 +00:00
2007-12-16 05:08:49 +00:00
2007-12-16 05:08:49 +00:00
2007-12-06 09:51:45 +00:00
2007-12-16 05:08:49 +00:00
2007-10-27 09:07:17 +00:00
2007-12-16 05:08:49 +00:00
2007-10-04 13:01:02 +00:00
2007-12-06 09:51:45 +00:00
2007-12-13 04:12:43 +00:00
2007-11-11 00:56:44 +00:00
2007-12-06 09:51:45 +00:00
2007-12-06 17:56:42 +00:00
2007-10-30 06:42:29 +00:00
2007-11-11 00:56:44 +00:00
2007-11-22 04:15:55 +00:00
2007-10-21 02:35:16 +00:00
2007-12-03 09:29:00 +00:00
2007-11-27 03:57:54 +00:00
2007-11-09 09:45:30 +00:00
2007-12-06 17:56:42 +00:00
2007-11-27 03:59:56 +00:00
2007-11-27 03:59:56 +00:00
2007-11-27 03:59:56 +00:00
2007-11-27 04:01:30 +00:00
2007-11-27 04:02:18 +00:00
2007-10-11 16:14:00 +00:00
2007-10-10 19:57:08 +00:00
2007-11-11 00:56:44 +00:00
2007-11-21 04:55:58 +00:00
2007-12-16 04:31:49 +00:00
2007-11-09 09:45:30 +00:00
2007-10-19 17:27:58 +00:00
2007-12-06 09:51:45 +00:00
2007-12-01 21:09:32 +00:00
2007-12-06 00:17:56 +00:00
2007-12-01 21:05:39 +00:00
2007-12-16 05:08:49 +00:00
2007-12-08 01:02:29 +00:00
2007-11-12 10:16:00 +00:00
2007-11-09 09:45:30 +00:00
2007-11-11 00:56:44 +00:00
2007-12-06 09:51:45 +00:00
2007-12-16 05:08:49 +00:00
2007-12-06 17:56:42 +00:00
2007-11-28 08:04:34 +00:00
2007-12-16 04:31:49 +00:00
2007-11-09 09:45:30 +00:00
2007-10-09 08:52:57 +00:00
2007-12-09 22:14:32 +00:00
2007-12-16 04:31:33 +00:00
2007-12-09 13:37:28 +00:00
2007-10-27 14:01:01 +00:00
2007-10-27 14:01:01 +00:00
2007-11-09 09:45:30 +00:00
2007-12-06 09:51:45 +00:00
2007-11-09 09:45:30 +00:00
2007-12-01 21:05:39 +00:00
2007-11-09 09:45:30 +00:00
2007-12-06 09:51:45 +00:00
2007-09-22 01:50:54 +00:00
2007-12-16 05:08:49 +00:00
2007-11-09 09:45:30 +00:00
2007-12-06 09:51:45 +00:00
2007-10-27 09:12:07 +00:00
2007-11-09 09:45:30 +00:00
2007-10-20 01:28:35 +00:00
2007-12-06 17:56:42 +00:00
2007-12-06 17:56:42 +00:00
2007-10-10 18:52:45 +00:00
2007-12-06 19:56:41 +00:00
2007-12-06 09:51:45 +00:00
2007-12-06 17:56:42 +00:00
2007-12-06 17:56:42 +00:00
2007-12-06 09:51:45 +00:00
2007-10-13 19:36:00 +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.