1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00
Glenn Morris f16ba58809 Fix recent rfc2231 avoidance of cl
* lisp/mail/rfc2231.el (rfc2231-parse-string)
(rfc2231-encode-string): Replace cl forms with cl-lib versions.
2017-12-27 10:50:45 -08:00
..
2017-12-16 12:18:45 -08:00
2017-12-22 13:23:16 -05:00
2017-12-20 21:15:43 -05:00
2017-12-16 12:18:45 -08:00
2017-12-27 10:00:16 -08:00
2017-12-27 10:50:45 -08:00
2017-12-27 10:00:16 -08:00
2017-12-06 15:37:41 +01:00
2017-12-27 10:00:16 -08:00
2017-12-27 10:00:16 -08:00
2017-12-20 20:57:42 +01:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-11-01 22:07:43 -07:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-10-01 18:31:10 -07:00
2017-12-20 21:15:43 -05:00
2017-10-29 20:28:58 -02:00
2017-11-11 11:12:00 -05:00
2017-12-12 19:43:33 -08:00
2017-10-09 22:55:06 -07:00
2017-11-20 13:08:35 -05:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-09-29 17:48:22 -07:00
2017-11-20 13:08:35 -05:00
2017-12-16 12:18:45 -08:00
2017-12-21 10:23:07 +01:00
2017-12-16 12:18:45 -08:00
2017-11-20 13:10:11 -05:00
2017-10-20 22:11:39 +09:00
2017-12-01 07:26:59 -05:00
2017-11-25 16:03:53 +01:00
2017-11-11 11:12:00 -05:00
2017-11-08 19:22:26 -08:00
2017-11-22 17:52:11 -05:00
2017-10-29 20:28:58 -02:00
2017-10-29 20:28:58 -02:00
2017-10-29 20:28:58 -02:00
2017-10-29 20:28:58 -02:00
2017-10-29 20:28:58 -02:00
2017-12-25 22:51:23 -05:00
2017-12-09 10:13:02 +01:00
2017-10-28 17:10:25 -07:00
2017-12-27 10:00:16 -08:00
2017-10-26 21:49:00 +02:00
2017-09-29 22:06:33 -07:00
2017-12-16 12:18:45 -08:00
2017-11-02 21:01:44 -07:00
2017-11-02 21:01:04 -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.