emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp isearch.el


From: Juri Linkov
Subject: [Emacs-commit] emacs/lisp isearch.el
Date: Thu, 02 Sep 2004 09:33:48 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Juri Linkov <address@hidden>    04/09/01 20:32:13

Modified files:
        lisp           : isearch.el 

Log message:
        * 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.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/isearch.el.diff?tr1=1.235&tr2=1.236&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]