Files
emacs/lisp
Chong Yidong 4e2f7d2a68 Highlight top-level augmented assignments in Python (Bug#6445).
* progmodes/python.el (python-font-lock-keywords): Highlight
top-level augmented assignments (Bug#6445).
2010-11-21 12:12:44 -05:00
..
2010-11-20 14:29:35 -08:00
2010-11-20 14:27:56 -08:00
2010-11-10 20:09:02 -08:00
2010-11-10 20:11:33 -08:00
2010-11-20 14:12:27 +01:00
2010-11-17 22:54:14 -05:00
2010-08-20 00:33:06 -07:00
2010-11-15 12:41:33 -05:00
2010-07-10 14:52:53 -04:00
2010-07-24 13:53:19 +02:00
2010-09-27 16:56:27 +02:00
2010-07-24 13:53:19 +02:00
2010-07-24 13:53:19 +02:00
2010-10-24 17:36:09 -04:00
2010-09-20 03:20:32 +02:00
2010-11-17 22:54:14 -05:00
2010-02-16 09:35:45 -05:00
2010-09-06 12:38:03 -04:00
2010-11-09 20:24:47 -08:00
2010-11-09 20:24:47 -08:00
2010-09-01 16:13:21 +09:00
2010-10-08 12:14:47 +02:00
2010-10-24 17:36:09 -04:00
2010-11-09 20:24:47 -08:00
2010-11-17 22:54:14 -05:00
2010-09-23 19:59:16 -07:00
2010-10-07 10:30:10 -07:00
2010-07-10 14:52:53 -04:00
2010-04-21 21:48:42 +02:00
2010-10-06 19:32:52 -07:00
2010-09-23 19:59:16 -07:00
2010-08-30 15:57:42 +02:00
2010-08-30 15:03:05 +02:00
2010-03-22 17:50:29 +01:00
2010-11-19 14:25:17 +01:00
2010-10-25 19:59:05 -07:00
2010-11-09 20:24:47 -08:00
2010-11-17 22:54:14 -05:00
2010-11-09 15:07:10 -05:00
2010-10-31 10:40:01 -04:00
2010-03-23 12:27:10 -04:00
2010-11-17 22:54:14 -05:00
2010-03-24 20:06:08 -04:00
2010-11-17 22:54:14 -05:00
2010-10-14 16:32:27 +02:00
2010-10-19 13:44:07 +02:00
2010-03-12 12:47:22 -05:00
2010-10-31 10:40:01 -04:00
2010-11-17 22:54:14 -05:00
2010-11-17 22:54:14 -05:00
2010-11-17 22:54:14 -05:00
2010-11-17 22:54:14 -05:00
2010-11-09 20:24:47 -08:00
2010-03-12 12:47:22 -05:00
2010-11-08 21:53:18 -05:00
2010-09-06 12:24:32 -04:00
2010-11-17 22:54:14 -05:00
2010-09-28 01:25:27 +02:00
2010-11-02 20:49:04 -07: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.