Files
emacs/lisp
Ken Manheimer bc10e467f1 Backport: Rectify allout-widgets region undecoration so item at start is not missed.
* lisp/allout-widgets.el (allout-widgets-undecorate-region):
Reorganize the loop so an item at the start is not skipped.

(cherry picked from commit 33d85cb768)
2020-07-20 14:31:27 -04:00
..
2020-06-05 19:06:00 +01:00
2020-06-05 11:08:28 +03:00
2020-01-11 10:31:44 +02:00
2020-04-29 14:15:03 +03:00
2020-04-03 14:29:49 +03:00
2020-01-17 06:34:00 +01:00
2020-05-04 02:56:39 +03:00
2020-07-01 06:12:10 -07:00
2020-06-27 10:48:02 +03:00
2020-03-13 12:24:25 +02:00
2020-06-22 18:40:37 +03:00
2020-05-21 19:17:36 +03: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.