mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/isearch.el (isearch--current-buffer): Give a default value.
This commit is contained in:
parent
f655987d63
commit
a06426f76c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue