Files
emacs/lisp
Juri Linkov 6a18e4e72c * isearch.el (isearch-wrap-function)
(isearch-push-state-function): New defvars.
(isearch-pop-fun-state): New defsubst.
(isearch-top-state): Call function saved in `isearch-pop-fun-state'.
(isearch-push-state): Set the result of calling
`isearch-push-state-function' to the `isearch-pop-fun-state' field.
(isearch-cancel): Call function saved in `isearch-pop-fun-state' to
restore the mode-specific starting point of terminated search.
(isearch-abort): Call `isearch-cancel' instead of its duplicated code.
(isearch-repeat): Call `isearch-wrap-function' if defined.
(isearch-message-prefix): Don't add prefix "over" to the message
for wrapped search if `isearch-wrap-function' is defined.
(isearch-search): Call function saved in `isearch-pop-fun-state' to
restore the mode-specific starting point of failed search.
2004-09-01 20:35:12 +00:00
..
2004-03-26 15:30:42 +00:00
2004-06-29 12:58:14 +00:00
2004-08-18 12:22:41 +00:00
2004-08-25 05:55:39 +00:00
2004-07-13 03:06:25 +00:00
2004-07-01 21:03:14 +00:00
2004-08-01 03:56:05 +00:00
2004-03-26 15:27:56 +00:00
2004-07-24 15:40:09 +00:00
2004-08-20 21:59:42 +00:00
2004-09-01 20:35:12 +00:00
2004-07-29 01:47:01 +00:00
2004-03-10 00:47:45 +00:00
2004-06-13 16:49:55 +00:00
2004-06-13 13:38:14 +00:00
2004-04-30 21:06:00 +00:00
2004-08-09 18:50:28 +00:00
2004-08-22 10:58:41 +00:00
2004-08-28 16:13:32 +00:00
2004-03-25 10:35:07 +00:00
2004-08-22 10:58:41 +00:00
2004-03-04 16:56:14 +00:00
2004-05-01 03:44:30 +00:00
2004-04-27 22:42:58 +00:00
2004-07-27 02:10:51 +00:00
2004-03-16 09:52:37 +00:00
2004-08-01 12:59:09 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-08-23 13:13:19 +00:00
2004-06-14 00:20:28 +00:00
2004-04-27 13:12:07 +00:00
2004-02-21 13:37:46 +00:00
2004-06-26 11:38:14 +00: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.