From de448f8ade149c22f3e4863462733ea5799838e9 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 12 Aug 2015 12:58:47 +0900 Subject: [PATCH] layout only. --- elisp/ghc-comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))