Files
emacs/lisp
Dan Nicolaescu 7cd25617fe * outline.el (outline-mode-menu-bar-map):
* term.el (terminal-signal-menu): Add :help.

* net/eudc.el (eudc-mode-map): Declare and define in one step.
(eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.

* emacs-lisp/re-builder.el (reb-mode-map):
* textmodes/nroff-mode.el (nroff-mode-map): Add menus.
2008-04-04 22:45:01 +00:00
..
2008-02-24 10:09:07 +00:00
2008-02-24 10:09:07 +00:00
2008-03-22 05:55:11 +00:00
2008-02-29 04:08:10 +00:00
2008-03-26 03:31:42 +00:00
2008-03-13 01:57:05 +00:00
2008-03-14 17:42:18 +00:00
2008-04-01 14:59:32 +00:00
2008-04-01 10:53:49 +00:00
2008-03-28 17:05:47 +00:00
2008-03-27 15:42:26 +00:00
2008-03-27 15:31:05 +00:00
2008-03-27 14:57:02 +00:00
2008-03-27 11:56:34 +00:00
2008-03-27 11:49:58 +00:00
2008-03-27 12:05:58 +00:00
2008-03-27 12:05:58 +00:00
2008-03-14 17:42:18 +00:00
2008-02-24 10:09:07 +00:00
2008-03-26 03:34:07 +00:00
2008-04-01 05:28:04 +00:00
2008-04-01 05:28:04 +00:00
2008-03-14 17:42:18 +00:00
2008-03-14 17:42:18 +00:00
2008-02-24 10:09:07 +00:00
2008-02-24 10:09:07 +00:00
2008-03-10 00:49:47 +00:00
2008-02-16 23:54:28 +00:00
2008-02-23 08:28:42 +00:00
2008-03-07 16:49:48 +00:00
2008-01-15 15:03:36 +00:00
2008-01-29 06:54:30 +00:00
2008-04-04 11:02:18 +00:00
2008-03-23 01:54:14 +00:00
2008-03-26 15:01:44 +00:00
2008-04-02 23:50:11 +00:00
2008-01-20 10:35:27 +00:00
2008-03-21 06:12:35 +00:00
2008-01-27 22:47:58 +00:00
2008-02-27 10:17:06 +00:00
2008-01-22 23:53:46 +00:00
2008-03-07 16:46:49 +00:00
2008-03-01 19:00:24 +00:00
2008-02-08 20:43:50 +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.