Files
emacs/lisp
Alan Mackenzie aba7910e36 Add ~44 edebug specs to CC Mode.
* lisp/progmodes/cc-cmds.el, lisp/progmodes/cc-defs.el
lisp/progmodes/cc-engine.el, lisp/progmodes/cc-fonts.el
lisp/progmodes/cc-langs.el: Add lots of edebug specs.

* lisp/progmodes/cc-engine.el (c-state-maybe-marker): Tidy up so as to
evaluate an argument only once at runtime.
2018-10-15 00:45:24 +00:00
..
2018-09-10 13:12:38 -07:00
2018-09-29 17:08:43 +01:00
2018-09-23 18:32:59 -07:00
2018-10-12 10:31:22 -07:00
2018-10-09 13:12:56 -07:00
2018-10-09 13:12:56 -07:00
2018-09-23 18:32:59 -07:00
2018-09-23 18:32:59 -07:00
2018-10-13 12:14:52 +03:00
2018-09-23 18:32:59 -07:00
2018-10-06 23:31:04 -07:00
2018-09-23 18:32:59 -07:00
2018-08-21 13:44:32 -07:00
2018-10-12 11:44:15 +03:00
2018-09-23 18:32:59 -07:00
2018-10-03 09:25:26 -07:00
2018-07-28 07:50:36 -07:00
2018-08-21 13:44:32 -07:00
2018-06-19 07:38:47 -07:00
2018-07-13 11:28:16 -04:00
2018-09-23 18:32:59 -07:00
2018-10-12 10:31:22 -07:00
2018-09-23 18:32:59 -07:00
2018-08-21 13:44:32 -07:00
2018-09-23 18:32:59 -07:00
2018-08-21 13:44:32 -07:00
2018-07-07 09:27:44 -07:00
2018-09-23 18:32:59 -07:00
2018-08-21 13:44:32 -07:00
2018-09-28 07:54:24 -07:00
2018-09-23 18:32:59 -07:00
2018-04-20 18:55:04 -04:00
2018-05-23 01:35:05 -07:00
2018-04-20 18:55:04 -04:00
2018-08-14 09:06:43 -07:00
2018-09-23 18:32:59 -07:00
2018-08-21 13:44:32 -07:00
2018-09-15 09:20:32 -07:00
2018-09-23 18:32:59 -07:00
2018-08-21 13:44:32 -07:00
2018-05-15 09:09:48 -07:00
2018-10-01 07:23:39 -04:00
2018-09-23 18:32:59 -07:00
2018-08-12 09:01:20 -07:00
2018-08-21 13:44:32 -07:00
2018-09-28 07:54:24 -07:00
2018-09-28 07:54:24 -07:00
2018-06-02 10:29:38 -07:00
2018-09-23 18:32:59 -07:00
2018-09-23 18:32:59 -07:00
2018-07-23 01:10:07 -07:00
2018-09-23 18:32:59 -07:00
2018-08-21 13:44:32 -07:00
2018-10-12 10:31:22 -07:00
2018-09-10 13:12:38 -07:00
2018-10-03 09:25:26 -07:00
2018-09-28 07:54:24 -07:00
2018-09-23 18:32:59 -07:00
2018-07-18 10:23:20 -04:00
2018-10-09 13:12:56 -07:00
2018-07-02 19:19:26 -07:00
2018-09-23 18:32:59 -07:00
2018-08-10 11:37:11 -07:00
2018-10-03 09:23:16 -07:00
2018-10-06 23:31:04 -07:00
2018-09-15 09:20:32 -07:00
2018-09-23 18:32:59 -07:00
2018-04-20 18:55:04 -04:00
2018-10-09 13:12:56 -07:00
2018-08-21 13:44:32 -07:00
2018-09-23 18:32:59 -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.