Files
emacs/lisp
Dmitry Gutov a937396e76 vc-log-show-limit: Change default to 500, and the button to 4X
* lisp/vc/vc.el (vc-log-show-limit):
Change the default to 500 (bug#80037).
(vc-print-log-setup-buttons): Have the first button prompt and
propose 4X the current limit as the default.
(vc-print-fileset-branch-log):
Update the reference to the changed button text.

* lisp/vc/log-view.el (log-view-end-of-defun-1): Same.

* doc/emacs/maintaining.texi (VC Change Log): Also here.
2026-02-14 02:52:52 +02:00
..
2026-02-13 19:53:12 +01:00
2026-02-05 10:56:51 +02:00
2026-01-26 14:29:47 +02:00
2026-02-13 19:53:12 +01:00
2026-02-11 15:53:09 -05:00
2026-01-10 12:38:05 +01: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.