1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00
John Paul Wallington 0740098c32 (ibuffer-display-summary): New customizable variable.
(ibuffer-update-title-and-summary): Respect it.
2003-05-18 18:24:52 +00:00
..
2003-05-10 13:58:56 +00:00
2003-04-26 05:23:50 +00:00
2003-05-17 23:28:38 +00:00
2003-04-13 06:30:59 +00:00
2003-04-14 10:16:05 +00:00
2003-05-17 23:25:51 +00:00
2003-05-06 18:47:39 +00:00
2003-05-18 03:01:22 +00:00
2003-05-09 22:37:44 +00:00
2003-05-09 22:37:44 +00:00
2003-05-09 22:37:44 +00:00
2003-05-09 22:37:44 +00:00
2003-04-12 19:05:41 +00:00
2003-05-16 21:17:52 +00:00
2003-05-08 19:18:33 +00:00
2003-05-13 14:30:58 +00: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.