aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/isearch.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index feadf10e8b7..1e785a44c51 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -2036,6 +2036,7 @@ If search string is empty, just beep."
2036(defun isearch-yank-kill () 2036(defun isearch-yank-kill ()
2037 "Pull string from kill ring into search string." 2037 "Pull string from kill ring into search string."
2038 (interactive) 2038 (interactive)
2039 (unless isearch-mode (isearch-mode t))
2039 (isearch-yank-string (current-kill 0))) 2040 (isearch-yank-string (current-kill 0)))
2040 2041
2041(defun isearch-yank-pop () 2042(defun isearch-yank-pop ()