Files
emacs/lisp
Fabián Ezequiel Gallina a1a9f411ab Fix cornercase for string syntax.
* progmodes/python.el (python-syntax-propertize-function):
Simplify and enhance the regexp for unescaped quotes.  Now it also
matches quotes in weird situations like the single quote in
"something\"'".
(python-syntax-stringify): Simplify num-quotes detecting code.
2012-10-03 18:53:09 -03:00
..
2012-09-26 23:47:12 -07:00
2012-09-27 00:42:54 +02:00
2012-09-27 00:21:16 +02:00
2012-09-27 00:42:54 +02:00
2012-10-02 13:10:16 +08:00
2012-10-01 07:41:14 +02:00
2012-09-30 15:43:47 +02:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-10-03 18:53:09 -03:00
2012-09-27 00:42:54 +02:00
2012-09-27 00:42:54 +02:00
2012-05-28 23:16:49 -07:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-08-21 23:41:35 +02:00
2012-06-02 18:56:09 +08:00
2012-07-10 07:51:54 -04:00
2012-09-12 15:16:36 -04:00
2012-06-22 17:24:54 -04:00
2012-09-17 05:49:55 -04:00
2012-07-10 07:51:54 -04:00
2012-06-02 18:56:09 +08:00
2012-09-24 06:20:50 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-10-01 06:21:00 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-09-22 23:24:26 +08:00
2012-07-10 07:51:54 -04:00
2012-08-14 21:48:39 +03:00
2012-07-10 07:51:54 -04:00
2012-08-03 14:51:11 +03:00
2012-08-26 03:29:37 -07:00
2012-07-17 04:15:06 -04: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.