]> code.delx.au - gnu-emacs/commitdiff
Don't require timer.
authorRichard M. Stallman <rms@gnu.org>
Sat, 27 Apr 2002 03:46:26 +0000 (03:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 27 Apr 2002 03:46:26 +0000 (03:46 +0000)
lisp/isearch.el

index 050cccbd8756772b9d33b92c25419a1b9c68002a..ffb00d3af0eea0bca1c19ccf6c6fbd29ba19b221 100644 (file)
@@ -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-"