From a7d5da494ea37d5c124e9e32d94920ce816ab275 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 6 Dec 2019 21:45:38 -0500 Subject: [PATCH] Fix end-of-file syntax error --- modules/ui/popup/+hacks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/popup/+hacks.el b/modules/ui/popup/+hacks.el index ee20515db..1a82e2ffe 100644 --- a/modules/ui/popup/+hacks.el +++ b/modules/ui/popup/+hacks.el @@ -197,7 +197,7 @@ the command buffer." (when (and (helm-attr 'help-running-p) (string= candidate (helm-attr 'help-current-symbol)) (setq win (get-buffer-window (get-buffer (help-buffer))))) - (delete-window win)))) + (delete-window win))))) ;;;###package Info