Files
emacs/lisp
Alan Mackenzie ec02f4fe1d Fix error with `mark-defun' and "protected:" in C++ Mode.
Fixes: debbugs:19134.

progmodes/cc-cmds.el (c-where-wrt-brace-construct): Handle a return code
of (label) from c-beginning-of-decl-1.
2014-11-22 21:41:00 +00:00
..
2014-11-16 22:27:36 -08:00
2014-11-18 23:57:01 +08:00
2014-11-10 08:49:41 -08:00
2014-11-16 00:22:20 -05:00
2014-10-20 21:17:06 -04:00
2014-11-21 20:10:08 +01:00
2014-09-11 12:44:25 -07:00
2014-10-23 21:17:00 +02:00
2014-11-18 16:19:14 +09:00
2014-09-29 14:14:08 -04:00
2014-11-08 10:21:38 -08:00
2014-11-04 21:08:12 -08:00
2014-09-22 10:10:53 -04:00
2014-09-22 10:10:53 -04:00
2014-09-23 06:21:30 -04:00
2014-11-04 21:08:57 -08:00
2014-09-29 14:14:08 -04:00
2014-11-01 11:05:30 -07:00
2014-09-29 14:14:08 -04:00
2014-09-29 14:14:08 -04:00
2014-11-09 23:39:35 -08:00
2014-06-08 00:41:27 -07: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.