Files
emacs/lisp
Dmitry Gutov 360d1d8caa js-mode: Don't misindent generator methods
* lisp/progmodes/js.el (js--looking-at-operator-p): Distinguish
generator methods from multiplication operator
(https://github.com/mooz/js2-mode/issues/275).
2015-10-15 22:36:08 +03:00
..
2015-10-14 17:57:32 +02:00
2015-10-14 14:46:50 -07:00
2015-09-24 08:54:39 -04:00
2015-08-05 19:07:28 -07:00
2015-10-14 14:46:50 -07:00
2015-06-05 16:10:18 -04:00
2015-08-24 23:57:25 -07:00
2015-10-14 06:22:34 -04:00
2015-10-12 08:05:09 +02:00
2015-08-24 23:57:25 -07:00
2015-09-17 16:09:39 -07:00
2015-10-09 11:12:58 +03:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-09-17 16:09:39 -07:00
2015-08-24 23:57:25 -07:00
2015-09-01 18:23:21 -07:00
2015-10-01 06:18:29 -04:00
2015-05-21 10:06:44 -07:00
2015-09-17 16:09:39 -07:00
2015-10-15 12:32:59 -04:00
2015-09-17 16:09:39 -07:00
2015-09-01 18:23:21 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-09-01 18:23:21 -07:00
2015-09-01 18:23:21 -07:00
2015-10-01 22:27:41 -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.