Files
emacs/lisp
Martin Rudalics 7fd5f65e89 In display-buffer-pop-up-frame make BUFFER current (Bug#15133).
* window.el (display-buffer-pop-up-frame): Call pop-up-frame-function
with BUFFER current so `make-frame' will use it as the new frame's
buffer (Bug#15133).
2013-08-23 08:52:19 +02:00
..
2013-08-13 00:42:51 -07:00
2013-08-13 00:42:51 -07:00
2013-08-17 12:20:15 +02:00
2013-07-26 19:02:22 +02:00
2013-08-12 16:15:01 +03:00
2013-08-20 18:13:29 -04:00
2013-06-11 18:51:12 +02:00
2013-07-26 19:02:22 +02:00
2013-07-26 19:02:22 +02:00
2013-06-30 08:10:33 -07:00
2013-07-26 19:02:22 +02:00
2013-07-26 19:02:22 +02:00
2013-08-08 21:22:58 +02:00
2013-08-13 00:42:51 -07:00
2013-08-15 22:15:51 -07:00
2013-05-21 20:13:56 -07:00
2013-05-11 16:41:52 -07:00
2013-07-26 05:32:44 -04:00
2013-07-26 05:32:44 -04:00
2013-08-15 22:15:51 -07:00
2013-05-29 20:30:34 -07:00
2013-07-01 06:20:51 -04:00
2013-05-15 19:55:41 -04:00
2013-08-15 23:50:58 -07:00
2013-05-30 11:44:54 -04:00
2013-05-15 19:55:41 -04:00
2013-05-23 23:50:22 -07:00
2013-05-15 19:55:41 -04: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.