projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7926be1
)
Don't require timer.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 27 Apr 2002 03:46:26 +0000
(
03:46
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 27 Apr 2002 03:46:26 +0000
(
03:46
+0000)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 050cccbd8756772b9d33b92c25419a1b9c68002a..ffb00d3af0eea0bca1c19ccf6c6fbd29ba19b221 100644
(file)
--- 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-"