Files
emacs/lisp
Richard Lawrence a9a03cf35e Fix (or ...) patterns in 'cond*'/'match*'
This fixes Bug#80121.
* lisp/emacs-lisp/cond-star.el (cond*-subpat): Add missing reference to
'expression' when clearing multiple backtrack aliases.
2026-02-28 15:43:55 +02:00
..
2026-02-05 10:56:51 +02:00
2026-02-22 17:02:34 +01:00
2026-02-11 15:53:09 -05:00
2026-01-24 19:37:30 +01:00
2026-02-02 17:42:40 -05:00
2026-01-18 14:36:51 +02:00
2026-01-24 13:32:44 +02: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.