mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-15 22:13:04 +00:00
parent
8c8ad97de1
commit
eb28aeb40e
1
avy.el
1
avy.el
@ -863,6 +863,7 @@ The window scope is determined by `avy-all-windows' (ARG negates it)."
|
|||||||
(let ((line (read-from-minibuffer
|
(let ((line (read-from-minibuffer
|
||||||
"Goto line: " (string char))))
|
"Goto line: " (string char))))
|
||||||
(when line
|
(when line
|
||||||
|
(push-mark)
|
||||||
(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)))))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user