diff --git a/modules/feature/lookup/autoload/lookup.el b/modules/feature/lookup/autoload/lookup.el index 6ff84bd29..da2b4fc25 100644 --- a/modules/feature/lookup/autoload/lookup.el +++ b/modules/feature/lookup/autoload/lookup.el @@ -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)