Files
emacs/lisp
Paul Eggert bf32130d7d Improve port of settings UI to older displays
* lisp/cus-start.el (standard): Don't assume curved quotes are
easily distinguishable when users are tinkering with a setting
that affects how curved quotes are generated.
2015-06-20 13:35:59 -07:00
..
2015-06-04 23:54:49 -07:00
2015-06-19 16:45:50 -07:00
2015-06-06 12:12:06 -07:00
2015-05-28 06:21:55 -04:00
2015-04-17 13:48:00 -04:00
2015-06-16 20:33:48 -04:00
2015-06-16 20:28:48 -04:00
2015-05-21 10:06:44 -07:00
2015-06-08 17:22:44 +03:00
2015-06-15 21:24:24 -04:00
2015-06-05 16:10:18 -04:00
2015-06-05 16:10:18 -04:00
2015-05-21 10:06:44 -07:00
2015-04-05 14:40:57 +00:00
2015-06-01 06:21:38 -04:00
2015-05-21 10:06:44 -07:00
2015-06-16 20:04:35 -04:00
2015-05-21 10:06:44 -07:00
2015-06-16 20:33:48 -04:00
2015-06-04 18:27:54 +02:00
2015-04-09 11:01:04 -04:00
2015-05-21 10:06:44 -07:00
2015-05-21 10:06:44 -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.