branch: externals/company-statistics commit 120e982f47e01945c044e0762ba376741c41b76c Merge: e62157d43b b044735d27 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: GitHub <nore...@github.com>
Merge pull request #14 from durantschoon/fix-define-minor-mode-positional-args Fix deprecation warning: use keyword arguments in define-minor-mode for Emacs compatibility --- company-statistics.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/company-statistics.el b/company-statistics.el index 7c6326aab7..1e3eff1da2 100644 --- a/company-statistics.el +++ b/company-statistics.el @@ -346,7 +346,9 @@ preserved automatically between Emacs sessions in the default configuration. You can customize this behavior with `company-statistics-auto-save', `company-statistics-auto-restore' and `company-statistics-file'." - nil nil nil + :init-value nil + :lighter nil + :keymap nil :global t (if company-statistics-mode (progn