changeset 44893:31ea8541a4ad

Don't require timer.
author Richard M. Stallman <rms@gnu.org>
date Sat, 27 Apr 2002 03:46:26 +0000
parents 235cc7208807
children b40fd90ad243
files lisp/isearch.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/isearch.el	Sat Apr 27 03:45:58 2002 +0000
+++ b/lisp/isearch.el	Sat Apr 27 03:46:26 2002 +0000
@@ -1899,8 +1899,6 @@
 ;;;  - 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-"