]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/isearch.el (isearch--current-buffer): Give a default value.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 28 May 2015 02:43:08 +0000 (22:43 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 28 May 2015 02:43:08 +0000 (22:43 -0400)
lisp/isearch.el

index 5599ea55632931973bf9f3df0591f87a2fdf1205..d1b92bd6a9ddb82082d476212f60f153ab9dfe07 100644 (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.