Files
emacs/lisp
Juanma Barranquero 1ca2d34b2d (viper-describe-kbd-macros, viper-describe-one-macro):
Use `mapc' rather than `mapcar'.
2007-09-26 00:17:55 +00:00
..
2007-08-27 04:00:19 +00:00
2007-09-24 13:54:18 +00:00
2007-09-23 15:32:17 +00:00
2007-09-11 04:46:49 +00:00
2007-09-22 19:01:28 +00:00
2007-09-19 17:19:59 +00:00
2007-08-13 13:41:28 +00:00
2007-08-31 01:59:20 +00:00
2007-09-12 11:32:41 +00:00
2007-08-13 13:41:28 +00:00
2007-08-13 13:41:28 +00:00
2007-09-10 11:53:00 +00:00
2007-08-13 13:51:08 +00:00
2007-09-25 11:05:46 +00:00
2007-09-19 15:16:31 +00:00
2007-08-13 13:51:08 +00:00
2007-08-28 22:32:07 +00:00
2007-08-13 13:51:08 +00:00
2007-09-19 14:49:27 +00:00
2007-09-21 02:38:05 +00:00
2007-08-23 18:41:59 +00:00
2007-08-13 13:41:28 +00:00
2007-09-13 08:04:38 +00:00
2007-09-09 12:28:36 +00:00
2007-09-10 18:21:58 +00:00
2007-09-19 14:53:44 +00:00
2007-09-13 07:22:19 +00:00
2007-09-22 01:50:54 +00:00
2007-08-13 13:41:28 +00:00
2007-08-13 13:41:28 +00:00
2007-09-10 03:46:53 +00:00
2007-08-27 04:00:19 +00:00
2007-09-07 19:00:30 +00:00
2007-08-29 18:15:16 +00:00
2007-08-20 12:22:44 +00:00
2007-09-03 06:25:50 +00:00
2007-09-15 22:25:55 +00:00
2007-09-10 03:42:14 +00:00
2007-08-13 13:41:28 +00:00
2007-08-13 13:41:28 +00:00
2007-08-08 07:37:59 +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.