diff --git a/elisp/ghc-comp.el b/elisp/ghc-comp.el index 2b26a16..2209ca2 100644 --- a/elisp/ghc-comp.el +++ b/elisp/ghc-comp.el @@ -127,7 +127,7 @@ unloaded modules are loaded") (interactive) (if (ghc-should-scroll) (ghc-scroll-completion-buffer) - (ghc-try-complete))) + (ghc-try-complete))) (defun ghc-should-scroll () (let ((window (ghc-completion-window)))