From 2f81ca11a57245ef076c1fb33f00dea8d6e8519f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 24 Feb 2017 19:59:36 -0500 Subject: [PATCH] core-popups: fix doom--switch-from-popup --- core/core-popups.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-popups.el b/core/core-popups.el index 0826414a4..e96b64ba8 100644 --- a/core/core-popups.el +++ b/core/core-popups.el @@ -288,7 +288,7 @@ the command buffer." (switch-to-buffer (car location) nil t) (if (not (cdr location)) (message "Unable to find location in file") - (goto-char location) + (goto-char (cdr location)) (recenter))) (define-button-type 'help-function-def