Files
emacs/lisp
Artur Malabarba 7eed739935 * isearch.el (isearch-search-fun-default): Revert a5bdb87
Remove usage of `isearch-lax-whitespace' inside the `iearch-word'
clause of `isearch-search-fun-default'. That lax variable does not
refer to lax-whitespacing.  Related to (bug#21777).
This reverts commit a5bdb872ed.

* character-fold.el (character-fold-search): Set to nil
Default to nil for now, until someone implements proper
lax-whitespacing with char-fold searching.
2015-08-19 11:45:49 +01:00
..
2015-08-15 12:18:46 -05:00
2015-08-05 19:07:28 -07:00
2015-08-16 23:53:04 -07:00
2015-08-19 11:40:44 +09:00
2015-08-16 23:53:04 -07:00
2015-06-28 13:24:57 -07:00
2015-06-08 17:22:44 +03:00
2015-07-16 20:04:07 +02:00
2015-08-05 19:07:28 -07:00
2015-06-15 21:24:24 -04:00
2015-06-05 16:10:18 -04:00
2015-07-06 15:10:27 +02:00
2015-08-09 14:33:44 +02:00
2015-06-05 16:10:18 -04:00
2015-08-19 11:20:44 +02:00
2015-05-21 10:06:44 -07:00
2015-04-05 14:40:57 +00:00
2015-08-01 06:18:42 -04:00
2015-05-21 10:06:44 -07:00
2015-07-05 23:17:48 -07:00
2015-07-08 13:57:40 +03:00
2015-05-21 10:06:44 -07:00
2015-07-24 19:27:56 +03:00
2015-05-21 10:06:44 -07:00
2015-08-19 11:20:44 +02:00
2015-05-21 10:06:44 -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.