Files
emacs/lisp
Lars Magne Ingebrigtsen f2da80d0e1 Ignore invalid base64 encoded embedded images
* lisp/net/shr.el (shr-image-from-data): Ignore invalid base64
encoded embedded images (bug#22928).
2016-03-20 13:57:11 +01:00
..
2016-03-11 13:33:32 -08:00
2016-03-11 13:33:32 -08:00
2016-03-02 10:24:11 -08:00
2016-03-11 13:33:32 -08:00
2016-02-03 23:56:08 -08:00
2016-02-24 15:42:28 +11:00
2016-03-11 13:33:32 -08:00
2016-02-20 18:33:48 +11:00
2016-02-24 22:35:18 +02:00
2016-02-14 19:45:12 -08:00
2016-02-14 19:45:12 -08:00
2016-02-21 13:32:22 +11:00
2016-03-02 17:21:38 +00:00
2016-02-15 14:10:25 -08:00
2016-01-18 22:56:34 -08:00
2016-02-14 07:25:34 -05:00
2016-02-21 07:57:17 +09:00
2016-02-21 07:57:17 +09:00
2016-03-02 10:24:55 +00:00
2016-03-11 13:33:32 -08:00
2016-03-07 08:26:36 -08:00
-
2016-01-30 11:43:26 -08:00
2016-02-22 11:33:54 -08:00
2016-02-23 20:47:24 +11:00
2016-03-04 15:33:38 +00:00
-
2016-01-30 11:27:34 -08:00
2016-02-23 20:17:21 +11:00
2016-03-02 18:03:12 +01:00
2016-03-07 08:26:36 -08:00
2016-03-07 08:26:36 -08:00
2016-02-09 14:23:10 -08:00
2016-03-07 18:55:20 -08:00
2016-02-26 16:01:46 +10:30
2016-03-03 23:52:26 -08:00
2016-02-03 23:56:08 -08:00
2016-03-11 13:33:32 -08:00
2016-02-22 11:33:54 -08:00
2016-03-02 10:24:11 -08:00
2016-03-11 13:33:32 -08:00
2016-03-11 13:32:13 -08: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.