Files
emacs/lisp
Chong Yidong 86f1602f64 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
* cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
argument to make-obsolete.

* cedet/semantic/fw.el (semantic-alias-obsolete)
(semantic-varalias-obsolete): Add optional WHEN argument.
2009-10-24 18:02:47 +00:00
..
2009-10-06 03:09:25 +00:00
2009-09-24 01:37:14 +00:00
2009-10-17 03:08:56 +00:00
2009-09-13 02:14:25 +00:00
2009-10-06 02:42:29 +00:00
2009-09-24 01:37:14 +00:00
2009-09-29 02:26:20 +00:00
2009-09-13 02:14:25 +00:00
2009-10-10 23:50:10 +00:00
2009-10-01 02:17:38 +00:00
2009-10-06 06:40:40 +00:00
2009-09-26 20:02:42 +00:00
2009-09-11 03:40:35 +00:00
2009-09-24 01:37:14 +00:00
2009-10-04 01:14:56 +00:00
2009-10-04 02:11:57 +00:00
2009-10-20 01:29:17 +00:00
2009-10-04 02:11:57 +00:00
2009-09-24 01:37:14 +00:00
2009-09-24 01:37:14 +00:00
2009-10-05 02:17:57 +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.