diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-04-27 03:46:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-04-27 03:46:26 +0000 |
commit | ad871438dd510157fc150a6006016503567b969f (patch) | |
tree | 6505d221aa9de6136b73a40ee28fa255d9512784 /lisp/isearch.el | |
parent | 7926be1c7dfecb9bdd34112c7f8857053e7b449d (diff) | |
download | emacs-ad871438dd510157fc150a6006016503567b969f.tar.gz |
Don't require timer.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r-- | lisp/isearch.el | 2 |
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-" |