core-popups: fix doom--switch-from-popup
This commit is contained in:
parent
be2c1c26b0
commit
2f81ca11a5
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ the command buffer."
|
||||||
(switch-to-buffer (car location) nil t)
|
(switch-to-buffer (car location) nil t)
|
||||||
(if (not (cdr location))
|
(if (not (cdr location))
|
||||||
(message "Unable to find location in file")
|
(message "Unable to find location in file")
|
||||||
(goto-char location)
|
(goto-char (cdr location))
|
||||||
(recenter)))
|
(recenter)))
|
||||||
|
|
||||||
(define-button-type 'help-function-def
|
(define-button-type 'help-function-def
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue