Fix error message with async lookup handlers
Even if they succeeded. Mentioned in #716
This commit is contained in:
parent
5c1edde613
commit
2e8329e6b6
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ Otherwise, these properties are available to be set:
|
||||||
;; reliably, so we set up the new window ahead of time.
|
;; reliably, so we set up the new window ahead of time.
|
||||||
(switch-to-buffer-other-window (current-buffer))
|
(switch-to-buffer-other-window (current-buffer))
|
||||||
(goto-char (marker-position origin)))
|
(goto-char (marker-position origin)))
|
||||||
(call-interactively fn))
|
(call-interactively fn)
|
||||||
|
t)
|
||||||
if (condition-case e
|
if (condition-case e
|
||||||
(save-window-excursion
|
(save-window-excursion
|
||||||
(when (or (if (commandp cmd)
|
(when (or (if (commandp cmd)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue