Files
emacs/lisp
Noam Postavsky 37cef5fbfe Make sh-mode always use p-s-lookup-properties
This lets functions which rely on syntax-propertize for parsing
work correctly even before font lock has a chance to run.

* lisp/progmodes/sh-script.el (sh-set-shell): Set
parse-sexp-lookup-properties unconditionally (Bug #4920).
2016-08-06 16:16:02 -04:00
..
2016-06-19 00:53:51 +02:00
2016-07-10 01:18:47 +02:00
2016-08-05 14:10:30 -07:00
2016-08-05 13:35:13 -07:00
2016-08-05 14:06:59 -07:00
2016-08-05 14:09:08 -07:00
2016-06-19 00:47:00 +02:00
2016-05-26 12:55:06 -07:00
2016-06-26 00:16:25 +02:00
2016-05-01 19:27:09 +02:00
2016-05-01 18:53:31 -07:00
2016-04-10 23:55:05 -07:00
2016-08-05 14:10:30 -07:00
2016-05-01 19:27:10 +02:00
-
2016-03-22 11:01:30 -07:00
2016-06-27 22:20:29 +02:00
2016-06-09 17:56:29 +09:00
2016-04-11 09:07:16 -07:00
2016-03-07 08:26:36 -08:00
2016-05-01 19:27:08 +02:00
2016-05-01 19:27:10 +02:00
2016-03-18 08:55:26 -07:00
2016-05-13 07:45:30 -07:00
2016-05-01 19:27:09 +02:00
2016-07-19 07:34:54 +00:00
2016-08-05 14:09:08 -07:00
2016-04-29 15:23:38 +02:00
2016-08-01 06:24:24 -04:00
2016-03-07 08:26:36 -08:00
2016-03-07 08:26:36 -08:00
2016-03-23 11:27:22 -07:00
2016-07-08 17:22:14 +02:00
2016-08-05 14:09:08 -07:00
2016-03-07 18:55:20 -08:00
2016-05-01 19:27:12 +02:00
2016-08-05 14:10:30 -07:00
2016-08-05 14:10:30 -07:00
2016-08-05 14:07:00 -07:00
2016-08-05 13:35:13 -07:00
2016-07-14 09:55:28 +02:00
2016-08-05 14:07:00 -07:00
2016-06-27 22:25:10 +02:00
2016-06-06 09:30:22 -07:00
2016-08-05 13:35:13 -07:00
2016-05-01 19:27:09 +02:00
2016-07-10 01:18:47 +02: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.