From 492ac494e9cce18b22ddacfdf09da86be19a0f42 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Tue, 21 Jul 2015 09:28:29 +0200 Subject: [PATCH] avy.el (avy-pop-mark): Add Fixes #81 --- avy.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/avy.el b/avy.el index 25cd086..bd9161a 100644 --- a/avy.el +++ b/avy.el @@ -1024,6 +1024,11 @@ The window scope is determined by `avy-all-windows' (ARG negates it)." arg avy-style)))) +(defun avy-pop-mark () + "Jump back to the last location of `push-mark'." + (interactive) + (set-mark-command 4)) + (define-obsolete-function-alias 'avy--goto 'identity "0.3.0" "Don't use this function any more.