Files
emacs/lisp
Martin Rudalics 3d8daefefa Remove "iso-" infix from window combination functions.
* window.el (window-iso-combination-p, window-iso-combined-p)
(window-iso-combinations): Remove "iso-" infix.  Suggested by
Chong Yidong.
(window-min-size-1, window-size-fixed-1, window-min-delta-1)
(window-max-delta-1, window-resize, window--resize-siblings)
(window--resize-this-window, adjust-window-trailing-edge)
(split-window, balance-windows-1)
(shrink-window-if-larger-than-buffer):
* calendar/calendar.el (calendar-generate-window):
* help.el (resize-temp-buffer-window): Adjust callers
accordingly.
* windows.texi (Windows and Frames): Remove "iso-" infix from
documentation of window-iso-combined-p.
2011-10-30 09:29:56 +01:00
..
2011-10-19 20:26:14 -04:00
2011-10-26 16:07:31 +02:00
2011-10-26 16:07:31 +02:00
2011-10-19 20:26:14 -04:00
2011-02-17 21:21:57 -08:00
2011-04-19 15:44:55 +02:00
2011-09-02 12:38:40 -04:00
2011-03-19 14:49:31 -04:00
2011-09-02 12:38:40 -04:00
2011-05-06 00:20:17 -07:00
2011-07-14 03:09:00 +02:00
2011-03-01 16:18:53 +01:00
2011-09-28 02:59:28 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-08-08 16:11:25 +09:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-10-18 02:17:05 -04:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-01-15 15:16:57 -08:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-07-15 13:18:53 -04:00
2011-05-10 15:57:12 +02:00
2011-04-19 15:44:55 +02:00
2011-10-01 06:20:53 -04:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-01-15 15:16:57 -08:00
2011-07-14 16:54:32 +02:00
2011-04-19 15:44:55 +02:00
2011-09-20 06:18:55 -04:00
2011-09-19 14:57:55 -04:00
2011-07-13 20:12:05 +02:00
2011-10-20 23:44:20 -07:00
2011-07-07 14:31:57 -04:00
2011-03-11 12:17:33 -05:00
2011-04-19 15:44:55 +02:00
2011-07-14 03:09:00 +02:00
2011-09-18 12:03:48 -04:00
2011-06-20 22:49:12 +02:00
2011-04-19 15:44:55 +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.