summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-04-27 03:46:26 +0000
committerRichard M. Stallman <rms@gnu.org>2002-04-27 03:46:26 +0000
commitad871438dd510157fc150a6006016503567b969f (patch)
tree6505d221aa9de6136b73a40ee28fa255d9512784 /lisp/isearch.el
parent7926be1c7dfecb9bdd34112c7f8857053e7b449d (diff)
downloademacs-ad871438dd510157fc150a6006016503567b969f.tar.gz
Don't require timer.
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-"