summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 050cccbd875..ffb00d3af0e 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -1899,8 +1899,6 @@ since they have special meaning in a regexp."
;;; - the variable `isearch-invalid-regexp' is expected to be true
;;; iff `isearch-string' is an invalid regexp.
-(require 'timer)
-
(defgroup isearch-lazy-highlight nil
"Lazy highlighting feature for incremental search."
:prefix "isearch-lazy-highlight-"