Files
emacs/lisp
Roi Martin 5032b2167d Assume wide chars may span any number of columns during semlf filling
* lisp/textmodes/fill.el (fill-region-as-paragraph-semlf): Use
`most-positive-fixnum' as the fill-column value during the unfill phase.
2026-04-02 13:43:30 -04:00
..
2026-03-17 18:32:40 -04:00
2026-04-02 18:32:42 +01:00
2026-03-26 15:19:56 +01:00
2026-02-22 17:02:34 +01:00
2026-03-26 15:19:56 +01:00
2026-03-10 10:48:21 -04:00
2026-04-01 16:48:09 +02:00
2026-03-11 16:05:04 -04:00
2026-03-26 15:19:56 +01:00
2026-03-26 15:19:56 +01:00
2026-02-11 15:53:09 -05:00
2026-03-02 22:11:51 +01:00
2026-03-10 10:48:21 -04:00
2026-04-02 18:31:09 +01:00
2026-03-14 09:04:32 -04:00
2026-03-10 10:48:21 -04:00
2026-03-26 15:19:56 +01:00
2026-03-26 15:19:56 +01:00
2026-03-26 15:19:56 +01:00
2026-03-10 10:48:21 -04:00
2026-03-26 15:19:56 +01: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.