mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix error message with async lookup handlers
Even if they succeeded. Mentioned in #716
This commit is contained in:
@ -125,7 +125,8 @@ Otherwise, these properties are available to be set:
|
||||
;; reliably, so we set up the new window ahead of time.
|
||||
(switch-to-buffer-other-window (current-buffer))
|
||||
(goto-char (marker-position origin)))
|
||||
(call-interactively fn))
|
||||
(call-interactively fn)
|
||||
t)
|
||||
if (condition-case e
|
||||
(save-window-excursion
|
||||
(when (or (if (commandp cmd)
|
||||
|
Reference in New Issue
Block a user