summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2015-05-27 22:43:08 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2015-05-27 22:43:08 -0400
commita06426f76c7ebf28c1fbc72011ca612922a4bd1f (patch)
tree2697b75a427939680831b76cd978d5139301d3d7 /lisp
parentf655987d63e181deb5e6fef1f93b409d96184fae (diff)
downloademacs-a06426f76c7ebf28c1fbc72011ca612922a4bd1f.tar.gz
emacs-a06426f76c7ebf28c1fbc72011ca612922a4bd1f.tar.bz2
emacs-a06426f76c7ebf28c1fbc72011ca612922a4bd1f.zip
* lisp/isearch.el (isearch--current-buffer): Give a default value.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/isearch.el2
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.