diff options
author | Juri Linkov <juri@jurta.org> | 2004-09-01 20:35:12 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-09-01 20:35:12 +0000 |
commit | 6a18e4e72c2ab83d2cca8b6a6c432676ade70347 (patch) | |
tree | dc8e3d0fa7fb18a4beee0b2031e7f33e0bb5c4e4 /lisp/emacs-lisp/lisp.el | |
parent | 1a699acfc29e47c6ea37346005612c6e3ae8b681 (diff) | |
download | emacs-6a18e4e72c2ab83d2cca8b6a6c432676ade70347.tar.gz emacs-6a18e4e72c2ab83d2cca8b6a6c432676ade70347.tar.bz2 emacs-6a18e4e72c2ab83d2cca8b6a6c432676ade70347.zip |
* 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.
Diffstat (limited to 'lisp/emacs-lisp/lisp.el')
0 files changed, 0 insertions, 0 deletions