Files
emacs/lisp
Lars Ingebrigtsen 5a0ab88cc9 Add default foreground colours to SVG images
* lisp/net/shr.el (svg--wrap-svg): Add a default foreground colour
to SVG images (bug#37159).  This helps with images like the ones
in https://en.wikipedia.org/wiki/Banach_fixed-point_theorem that
specify no foreground or background colours.
(shr-parse-image-data): Use it.
2019-09-14 16:48:21 +02:00
..
2019-08-26 06:13:25 +02:00
2019-08-15 20:49:15 -04:00
2019-08-02 16:33:30 +03:00
2019-08-06 03:56:51 -04:00
2019-08-01 17:04:53 +03:00
2019-08-06 04:01:49 -04:00
2019-08-19 18:05:15 -07:00
2019-09-08 12:01:41 +02:00
2019-07-06 12:51:30 -07:00
2019-08-05 18:37:29 -07:00
2019-08-23 05:31:17 +02:00
2019-08-05 18:37:29 -07:00
2019-06-12 16:15:30 +02:00
2019-07-26 13:38:51 +02:00
2019-08-05 18:37:29 -07:00
2019-07-20 16:46:04 +01:00
2019-08-01 17:04:53 +03:00
2019-08-03 20:56:48 +02:00
2019-08-01 17:04:53 +03:00
2019-09-12 12:42:13 -05:00
2019-09-01 06:26:47 -07:00
2019-06-07 07:50:49 -07:00
2019-08-17 15:43:05 -07:00
2019-09-09 01:13:54 +02:00
2019-08-20 09:04:53 -07:00
2019-07-28 16:45:22 +02:00
2019-09-13 14:33:06 +02:00
2019-08-23 02:20:54 +02:00
2019-08-20 09:01:55 -07:00
2019-08-31 18:17:57 -07:00
2019-07-30 21:42:34 -07:00
2019-08-05 18:37:29 -07:00
2019-08-16 16:27:27 -07:00
2019-07-30 21:42:34 -07:00
2019-08-05 18:37:29 -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.