Files
emacs/lisp
Lars Ingebrigtsen e09fcc1ff3 Rename symbols in ind-util.el to have indian- prefixes
* lisp/language/ind-util.el (indian-ucs-to-is13194-regexp)
(indian-ucs-to-iscii-region, indian-iscii-to-ucs-region): Rename
unprefixed function to indian-*.
2019-06-18 15:35:16 +02:00
..
2019-06-17 12:45:10 +02:00
2019-06-15 12:19:01 +02:00
2019-03-19 18:47:53 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-30 20:29:29 +03:00
2019-06-12 16:15:30 +02:00
2019-04-05 20:33:07 -04:00
2019-05-17 04:47:31 +02:00
2019-05-26 01:00:16 -07:00
2019-06-01 12:04:43 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-06-12 23:38:55 +02:00
2019-05-26 01:00:16 -07:00
2019-06-12 13:56:27 +02:00
2019-06-07 07:50:49 -07:00
2019-03-05 22:15:02 -08:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-06-01 12:04:41 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-06-11 08:38:34 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-05-26 01:00:16 -07:00
2019-06-15 09:50:32 -07:00
2019-05-26 01:00:16 -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.