Fix end-of-file syntax error
This commit is contained in:
parent
996188250b
commit
a7d5da494e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue