Files
emacs/lisp
Gnus developers 1a8b65e042 Merge changes made in Gnus master
2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
* gnus-int.el (gnus-backend-trace): Factor out into its own function for reuse.
  (gnus-open-server): Use it to add more tracing.
  (gnus-finish-retrieve-group-infos): Add backend tracing.

2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
* gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
  Set epa-file-encrypt-to from variable to avoid querying.
2012-12-23 12:45:01 +00:00
..
2012-11-30 09:09:55 -08:00
2012-12-23 12:45:01 +00:00
2012-12-06 18:37:20 -08:00
2012-10-06 13:30:26 -07:00
2012-11-28 15:12:56 +08:00
2012-10-04 22:57:24 -07:00
2012-10-22 08:43:54 -04:00
2012-12-16 06:22:07 -05:00
2012-12-06 18:37:20 -08:00
2012-10-23 11:06:07 -04:00
2012-11-10 16:43:54 -08:00
2012-10-23 11:06:07 -04:00
2012-11-30 20:27:56 -05:00
2012-12-14 12:05:03 -08:00
2012-11-03 15:56:02 +02:00
2012-12-04 17:56:04 +01:00
2012-10-06 13:30:26 -07:00
2012-12-06 15:16:38 -05:00
2012-11-17 22:52:12 +01:00
2012-10-09 00:08:26 -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.