diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index ac677db2feb..ff7ca1145b8 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -2755,6 +2755,7 @@ to a regexp that is actually used for the search.") | |||
| 2755 | (isearch-regexp-lax-whitespace | 2755 | (isearch-regexp-lax-whitespace |
| 2756 | replace-regexp-lax-whitespace) | 2756 | replace-regexp-lax-whitespace) |
| 2757 | (isearch-case-fold-search case-fold) | 2757 | (isearch-case-fold-search case-fold) |
| 2758 | (isearch-invisible search-invisible) | ||
| 2758 | (isearch-forward (not backward)) | 2759 | (isearch-forward (not backward)) |
| 2759 | (isearch-other-end match-beg) | 2760 | (isearch-other-end match-beg) |
| 2760 | (isearch-error nil) | 2761 | (isearch-error nil) |