diff options
| -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." | |||
| 943 | 943 | ||
| 944 | 944 | ||
| 945 | ;; Some high level utilities. Others below. | 945 | ;; Some high level utilities. Others below. |
| 946 | (defvar isearch--current-buffer) | 946 | (defvar isearch--current-buffer nil) |
| 947 | 947 | ||
| 948 | (defun isearch-update () | 948 | (defun isearch-update () |
| 949 | "This is called after every isearch command to update the display. | 949 | "This is called after every isearch command to update the display. |