Files
emacs/lisp
Jason Rumney 41c4018353 (locate-dominating-stop-dir-regexp): Add terminal
directory separator to UNC path case (Bug#3252).
2009-05-20 12:53:54 +00:00
..
2009-05-12 12:28:40 +00:00
2009-03-31 20:55:59 +00:00
2009-03-31 20:55:59 +00:00
2009-03-14 03:04:22 +00:00
2009-03-25 17:47:17 +00:00
2009-03-27 15:58:16 +00:00
2009-02-03 23:32:38 +00:00
2009-05-13 01:13:51 +00:00
2009-02-21 03:18:42 +00:00
2009-02-25 20:33:19 +00:00
2009-03-19 09:35:58 +00:00
2009-02-01 22:32:43 +00:00
2009-03-22 20:09:34 +00:00
2009-04-21 07:19:01 +00:00
2009-05-15 18:14:03 +00:00
2009-01-31 22:10:22 +00:00
2009-01-31 22:10:22 +00:00
2009-01-31 22:10:22 +00:00
2009-01-31 22:10:22 +00:00
2009-01-31 22:10:22 +00:00
2009-01-31 22:10:22 +00:00
2009-05-03 05:46:08 +00:00
2009-03-30 01:15:08 +00:00
2009-03-13 19:43:38 +00:00
2009-02-25 20:33:19 +00:00
2009-05-10 21:23:26 +00:00
2009-05-01 15:32:34 +00:00
2009-01-26 03:03:23 +00:00
2009-03-13 19:43:38 +00:00
2009-02-25 12:31:58 +00:00
2009-05-11 15:35:44 +00:00
2009-02-10 05:26:52 +00:00
2009-04-29 04:46:15 +00:00
2009-04-10 14:19:12 +00:00
2009-05-01 15:32:01 +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.