mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 21:33:05 +00:00
parent
26123a7b37
commit
492ac494e9
5
avy.el
5
avy.el
@ -1024,6 +1024,11 @@ The window scope is determined by `avy-all-windows' (ARG negates it)."
|
|||||||
arg
|
arg
|
||||||
avy-style))))
|
avy-style))))
|
||||||
|
|
||||||
|
(defun avy-pop-mark ()
|
||||||
|
"Jump back to the last location of `push-mark'."
|
||||||
|
(interactive)
|
||||||
|
(set-mark-command 4))
|
||||||
|
|
||||||
(define-obsolete-function-alias
|
(define-obsolete-function-alias
|
||||||
'avy--goto 'identity "0.3.0"
|
'avy--goto 'identity "0.3.0"
|
||||||
"Don't use this function any more.
|
"Don't use this function any more.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user