Variable: isearch-push-state-function
isearch-push-state-function is a variable defined in isearch.el.gz.
Value
nil
Documentation
Function to save a function restoring the mode-specific Isearch state to the search status stack.
Source Code
;; Defined in /usr/src/emacs/lisp/isearch.el.gz
(defvar isearch-push-state-function nil
"Function to save a function restoring the mode-specific Isearch state
to the search status stack.")