# HG changeset patch # User Richard M. Stallman # Date 1019879186 0 # Node ID 31ea8541a4ad2d55ae29b0cdcae9586ac24a0fce # Parent 235cc720880743821bbe0016565091e147762d94 Don't require timer. diff -r 235cc7208807 -r 31ea8541a4ad lisp/isearch.el --- 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-"