From: Richard M. Stallman Date: Sat, 27 Apr 2002 03:46:26 +0000 (+0000) Subject: Don't require timer. X-Git-Tag: ttn-vms-21-2-B4~15370 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad871438dd510157fc150a6006016503567b969f;p=emacs.git Don't require timer. --- 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-"