* lisp/isearch.el (isearch--current-buffer): Give a default value.

This commit is contained in:
Stefan Monnier 2015-05-27 22:43:08 -04:00
parent f655987d63
commit a06426f76c

View file

@ -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.