diff options
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r-- | lisp/isearch.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index bf2f0738d97..95e45c7e58e 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1401,7 +1401,6 @@ string. NLINES has the same meaning as in `occur'." (search-upper-case nil)) (occur regexp nlines))) -(declare-function hi-lock-regexp-okay "hi-lock" (regexp)) (declare-function hi-lock-read-face-name "hi-lock" ()) (defun isearch-highlight-regexp () |