removing a warning of elisp.

This commit is contained in:
Kazu Yamamoto 2014-06-30 12:26:30 +09:00
parent 648f914ac5
commit d68f7b2d18
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ unloaded modules are loaded")
(ghc-reset-window-configuration)
(ghc-save-window-configuration)
(with-output-to-temp-buffer ghc-completion-buffer-name
(display-completion-list list pattern))))))))
(display-completion-list list))))))))
(defun ghc-save-window-configuration ()
(unless (get-buffer-window ghc-completion-buffer-name)