Compiler warnings while installing
Closed this issue · 1 comments
david-christiansen commented
It seems that helm-company
uses an obsolete variable. I get the following warnings when installing from MELPA:
In helm-company-run-show-doc-buffer:
helm-company.el:125:4:Warning: `display-buffer-function' is an obsolete
variable (as of 24.3); use `display-buffer-alist' instead.
In helm-company-run-show-location:
helm-company.el:131:4:Warning: `display-buffer-function' is an obsolete
variable (as of 24.3); use `display-buffer-alist' instead.
yasuyk commented
@david-christiansen Sorry for the very very delayed response.
This issue is caused in with-helm-display-same-window function which use display-buffer-function. with-helm-display-same-window
is defined in helm. I'll just leave it as it is.