diff --git a/core/core-jump.el b/core/core-jump.el index 3ec8e3922..42cdd392a 100644 --- a/core/core-jump.el +++ b/core/core-jump.el @@ -77,7 +77,7 @@ They are in order: `spacemacs-jump-handlers', (old-point (point))) (dolist (-handler (spacemacs//get-jump-handlers)) (let* ((handler (if (listp -handler) (car -handler) -handler)) - (async (plist-get (cdr handler) :async))) + (async (plist-get (cdr-safe handler) :async))) (ignore-errors (call-interactively handler)) (when (or (eq async t)