Variable: isearch-new-regexp-function

isearch-new-regexp-function is a variable defined in isearch.el.gz.

Value

nil

Documentation

Holds the next isearch-regexp-function inside with-isearch-suspended.

If this is set inside code wrapped by the macro with-isearch-suspended, then the value set will be used as the isearch-regexp-function once isearch resumes.

Aliases

isearch-new-word (obsolete since 25.1)

Source Code

;; Defined in /usr/src/emacs/lisp/isearch.el.gz
(defvar isearch-new-regexp-function nil
  "Holds the next `isearch-regexp-function' inside `with-isearch-suspended'.
If this is set inside code wrapped by the macro
`with-isearch-suspended', then the value set will be used as the
`isearch-regexp-function' once isearch resumes.")