mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
parent
cf95ba9582
commit
3bf83140fa
2
avy.el
2
avy.el
@ -1746,7 +1746,7 @@ Otherwise, forward to `goto-line' with ARG."
|
||||
(forward-line (1- (string-to-number line))))
|
||||
(throw 'done 'exit))))))
|
||||
(r (avy--line (eq arg 4))))
|
||||
(when (and (not (eq r t)) (eq avy-action #'identity))
|
||||
(when (and (not (memq r '(t nil))) (eq avy-action #'identity))
|
||||
(avy-action-goto r))))))
|
||||
|
||||
;;;###autoload
|
||||
|
Loading…
x
Reference in New Issue
Block a user