diff options
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r-- | lisp/isearch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 5599ea55632..d1b92bd6a9d 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -943,7 +943,7 @@ convert the search string to a regexp used by regexp search functions." ;; Some high level utilities. Others below. -(defvar isearch--current-buffer) +(defvar isearch--current-buffer nil) (defun isearch-update () "This is called after every isearch command to update the display. |