Files
emacs/lisp
Martin Rudalics be39b8cc93 To fixes wrt window selection and buffer list.
* frame.el (select-frame-set-input-focus): New argument
NORECORD.
* window.el (pop-to-buffer): Select window used even if it was
selected before, see discussion of (Bug#8615), (Bug#6954).  Pass
argument NORECORD on to select-frame-set-input-focus.
2011-07-16 15:02:51 +02:00
..
2011-07-15 23:16:19 +00:00
2011-07-13 19:47:17 +02:00
2011-07-14 16:15:06 +02:00
2011-04-19 15:44:55 +02:00
2011-03-19 14:49:31 -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-06-29 19:58:08 -07:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-07-11 22:54:26 -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-04 15:16:23 +09:00
2011-04-04 15:16:23 +09:00
2011-04-04 15:16:23 +09:00
2011-04-04 15:16:23 +09:00
2011-04-04 15:16:23 +09:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-07-09 22:04:45 -04:00
2011-04-19 15:44:55 +02:00
2011-07-14 03:09:00 +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-07-14 19:05:43 +02:00
2011-07-14 19:20:37 +02:00
2011-04-19 15:44:55 +02:00
2011-07-15 13:18:53 -04:00
2011-07-15 15:33:07 +02:00
2011-07-15 13:18:53 -04: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-07-01 06:24:49 -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-07-14 16:01:16 +02:00
2011-04-19 15:44:55 +02:00
2011-07-14 16:54:32 +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-07-02 15:53:53 +02:00
2011-07-14 01:35:36 +02:00
2011-04-19 15:44:55 +02:00
2011-07-13 20:12:05 +02:00
2011-04-19 15:44:55 +02:00
2011-06-27 17:16:28 -04:00
2011-07-07 14:31:57 -04:00
2011-04-19 15:44:55 +02: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-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.