Files
emacs/lisp
Glenn Morris 2c0f856464 (top-level): Move provide to end.
Don't require cua-gmrk when compiling.
(cua--cut-rectangle-to-global-mark)
(cua--copy-rectangle-to-global-mark): Declare as functions.
2007-12-04 03:48:27 +00:00
..
2007-12-01 02:47:55 +00:00
2007-12-03 15:16:57 +00:00
2007-12-02 18:51:38 +00:00
2007-12-03 15:16:57 +00:00
2007-12-02 21:52:46 +00:00
2007-11-30 08:05:04 +00:00
2007-11-21 04:55:58 +00:00
2007-11-10 09:55:10 +00:00
2007-11-21 04:55:58 +00:00
2007-10-27 09:07:17 +00:00
2007-10-27 09:07:17 +00:00
2007-10-22 09:46:08 +00:00
2007-10-28 02:41:00 +00:00
2007-10-30 06:42:29 +00:00
2007-11-22 04:15:55 +00:00
2007-10-21 02:35:16 +00:00
2007-12-03 09:29:00 +00:00
2007-11-27 03:57:54 +00:00
2007-11-09 09:45:30 +00:00
2007-11-27 03:59:56 +00:00
2007-11-27 03:59:56 +00:00
2007-11-27 03:59:56 +00:00
2007-12-03 09:29:00 +00:00
2007-11-27 04:01:30 +00:00
2007-11-27 04:02:18 +00:00
2007-11-11 00:03:33 +00:00
2007-11-21 04:55:58 +00:00
2007-11-09 09:45:30 +00:00
2007-10-19 17:27:58 +00:00
2007-11-21 03:06:01 +00:00
2007-12-01 21:09:32 +00:00
2007-11-21 03:06:01 +00:00
2007-12-01 21:05:39 +00:00
2007-10-27 09:07:17 +00:00
2007-11-09 09:45:30 +00:00
2007-11-10 21:19:13 +00:00
2007-11-23 16:53:58 +00:00
2007-11-28 08:04:34 +00:00
2007-11-09 09:45:30 +00:00
2007-11-09 09:45:30 +00:00
2007-11-09 09:45:30 +00:00
2007-12-01 21:05:39 +00:00
2007-11-09 09:45:30 +00:00
2007-11-09 09:45:30 +00:00
2007-11-09 09:45:30 +00:00
2007-10-20 01:28:35 +00:00
2007-11-09 09:45:30 +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.