avy.el (avy-pop-mark): Add

Fixes #81
This commit is contained in:
Oleh Krehel 2015-07-21 09:28:29 +02:00
parent 26123a7b37
commit 492ac494e9

5
avy.el
View File

@ -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.