Default value, nil, means edit the string instead."
:type 'boolean)
-(defcustom search-default-regexp-mode nil
+(autoload 'character-fold-to-regexp "character-fold")
+
+(defcustom search-default-regexp-mode #'character-fold-to-regexp
"Default mode to use when starting isearch.
Value is nil, t, or a function.
;; isearch-forward-regexp isearch-backward-regexp)
;; "List of commands for which isearch-mode does not recursive-edit.")
-(autoload 'character-fold-to-regexp "character-fold")
-
(defun isearch-mode (forward &optional regexp op-fun recursive-edit regexp-function)
"Start Isearch minor mode.
It is called by the function `isearch-forward' and other related functions.