We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d251c8 commit 90daa57Copy full SHA for 90daa57
xwidget-webkit-vimium.el
@@ -361,13 +361,9 @@ LEAF is normally (NUM . XPATH)."
361
(defun xwidget-webkit-vimium--process (candidates)
362
"Process the CANDIDATES."
363
(let ((res (unwind-protect
364
- (xwidget-webkit-vimium--read
365
- (xwidget-webkit-vimium--tree
366
- (append candidates nil)
367
- xwidget-webkit-vimium-keys)
+ (xwidget-webkit-vimium--read (xwidget-webkit-vimium--tree (append candidates nil) xwidget-webkit-vimium-keys)
368
#'xwidget-webkit-vimium--overlay-fn
369
- #'xwidget-webkit-vimium--cleanup-fn))
370
- (xwidget-webkit-vimium--cleanup-fn)))
+ #'xwidget-webkit-vimium--cleanup-fn))))
371
(cond
372
((null res)
373
(message "zero candidates"))
0 commit comments