Files
emacs/lisp
Martin Rudalics 18cee9eca2 In balance-windows-area don't call window-height and window-width. Bug#16241.
* window.el (balance-windows-area): Call window-size instead of
window-height and window-width.  Bug#16241.
2013-12-24 17:42:03 +01:00
..
2013-12-16 17:18:19 +01:00
2013-11-29 12:25:04 +01:00
2013-12-24 08:25:27 +01:00
2013-12-08 13:23:50 -08:00
2013-12-01 14:33:13 -08:00
2013-12-21 21:44:20 +08:00
2013-10-29 22:45:53 -04:00
2013-11-14 06:21:21 -05:00
2013-10-29 15:37:40 +08:00
2013-12-01 06:22:43 -05:00
2013-10-29 22:45:53 -04:00
2013-11-20 00:16:20 -08:00
2013-10-08 18:11:29 +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.