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