projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48a9621
)
Fix C-r inside xwidget isearch
author
Po Lu
<luangruo@yahoo.com>
Sun, 7 Nov 2021 06:22:52 +0000
(14:22 +0800)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/xwidget.el
b/lisp/xwidget.el
index 4bd2be2c264ac09774cb700c24966c05c2b92917..1d91e863e42e9bda80fe149b7b87e032d1ccad7d 100644
(file)
--- a/
lisp/xwidget.el
+++ b/
lisp/xwidget.el
@@
-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))