Files
emacs/lisp
Alan Mackenzie aac6be1331 progmodes/cc-fonts.el (c-font-lock-declarators): Remove check for
top-level that can cause unacceptable slow-down in scrolling.
See email Subject: Huge {...} blocks in C/C++ again, from Dmitry Antipov
from 2013-10-14 in emacs-devel.
2014-08-09 20:54:04 +00:00
..
2014-06-28 10:35:48 +09:00
2014-05-01 19:55:25 -04:00
2014-03-07 01:01:19 +01:00
2014-06-25 20:34:54 -04:00
2014-06-28 10:34:17 +09:00
2014-03-22 16:56:19 -07:00
2014-04-13 11:27:32 +01:00
2014-05-14 10:15:15 -07:00
2014-02-28 14:19:06 +01:00
2014-03-04 15:13:41 +01:00
2014-08-01 07:18:48 -04:00
2014-07-29 16:21:11 +02:00
2014-03-04 14:01:48 +01:00
2014-07-11 11:09:54 +02:00
2014-06-08 00:41:27 -07:00
2014-06-05 15:40:54 +02: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.