]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix C-r inside xwidget isearch
authorPo Lu <luangruo@yahoo.com>
Sun, 7 Nov 2021 06:22:52 +0000 (14:22 +0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 7 Nov 2021 14:16:29 +0000 (15:16 +0100)
* lisp/xwidget.el (xwidget-webkit-isearch-backward): Ask for previous
result.

lisp/xwidget.el

index 4bd2be2c264ac09774cb700c24966c05c2b92917..1d91e863e42e9bda80fe149b7b87e032d1ccad7d 100644 (file)
@@ -886,7 +886,7 @@ With argument, add COUNT copies of CHAR."
       (xwidget-webkit-isearch--update)))
   (let ((i 0))
     (while (< i count)
-      (xwidget-webkit-next-result (xwidget-webkit-current-session))
+      (xwidget-webkit-previous-result (xwidget-webkit-current-session))
       (cl-incf i)))
   (xwidget-webkit-isearch--update t))