Fix end-of-file syntax error

This commit is contained in:
Henrik Lissner 2019-12-06 21:45:38 -05:00
parent 996188250b
commit a7d5da494e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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