From c477f6206b8cfdae9fd08ad5ac569682fad30bed Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Mon, 3 Mar 2014 15:22:28 +0100 Subject: [PATCH] Substitute with non-cl equivalent --- eyebrowse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eyebrowse.el b/eyebrowse.el index 28b2792..41f1d5f 100644 --- a/eyebrowse.el +++ b/eyebrowse.el @@ -142,7 +142,7 @@ This function keeps the sortedness intact." (let ((match (assq slot eyebrowse-window-configs))) (when match (let ((window-config (cadr match)) - (point (caddr match))) + (point (nth 2 match))) (set-window-configuration window-config) (goto-char point)))))