Files
emacs/lisp
Stefan Monnier 23f2d048b5 (inferior-prolog-flavor): New var left out of previous commit.
(inferior-prolog-guess-flavor): New fun left out of previous commit.
(prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
burp in dedicated windows.
(inferior-prolog-self-insert-command): New command.
(inferior-prolog-mode-map): Use it.
2006-09-07 16:18:06 +00:00
..
2006-08-13 17:04:56 +00:00
2006-09-07 05:58:54 +00:00
2006-09-02 21:25:11 +00:00
2006-08-11 15:42:48 +00:00
2006-07-10 18:52:13 +00:00
2006-09-01 02:31:47 +00:00
2006-06-04 22:00:54 +00:00
2006-09-02 13:49:05 +00:00
2006-09-07 10:12:51 +00:00
2006-08-10 04:31:21 +00:00
2006-08-05 04:42:57 +00:00
2006-08-08 20:53:10 +00:00
2006-07-08 15:53:01 +00:00
2006-08-29 13:28:00 +00:00
2006-09-02 23:28:55 +00:00
2006-09-07 05:58:54 +00:00
2006-09-07 05:58:54 +00:00
2006-06-07 16:39:16 +00:00
2006-06-07 16:39:16 +00:00
2006-09-05 08:17:35 +00:00
2006-05-30 08:10:16 +00:00
2006-08-24 18:45:29 +00:00
2006-08-21 10:55:53 +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.