Files
emacs/lisp
Stefan Kangas 4ec926dc03 Remove XEmacs support from bookmark.el
* lisp/bookmark.el (bookmark-store): Remove XEmacs compat code
(bug#36189).
2019-06-13 16:02:39 +02:00
..
2019-06-13 14:37:25 +02:00
2019-05-26 01:00:16 -07:00
2019-06-13 01:43:58 +02:00
2019-06-13 01:53:58 +02:00
2019-06-13 02:29:57 +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-02-07 12:23:09 +03:00
2019-06-01 12:04:43 -07:00
2019-06-11 22:17:30 -05:00
2019-02-10 23:54:35 -08: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-01-30 09:12:15 -08:00
2019-05-26 01:00:16 -07:00
2019-06-01 11:57:55 -07: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-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-11 08:38:34 -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.