mirror of
https://github.com/abo-abo/avy.git
synced 2026-02-03 22:32:25 +00:00
2
avy.el
2
avy.el
@@ -1746,7 +1746,7 @@ Otherwise, forward to `goto-line' with ARG."
|
||||
(widen)
|
||||
(goto-char (point-min))
|
||||
(forward-line (1- (string-to-number line))))
|
||||
(throw 'done 'exit))))))
|
||||
(throw 'done 'exit))))))
|
||||
(r (avy--line (eq arg 4))))
|
||||
(when (and (not (memq r '(t nil))) (eq avy-action #'identity))
|
||||
(avy-action-goto r))))))
|
||||
|
||||
Reference in New Issue
Block a user