From 18b041423604a09939ce03d93c1af4d572629e33 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sun, 3 Jan 2016 01:11:27 +0200 Subject: [PATCH] Declare python-shell-get-process --- company-capf.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/company-capf.el b/company-capf.el index b840eba95..2f2fba109 100644 --- a/company-capf.el +++ b/company-capf.el @@ -54,6 +54,8 @@ #'completion--capf-wrapper 'optimist))) (when (and (consp (cdr data)) (integer-or-marker-p (nth 1 data))) data))) +(declare-function python-shell-get-process "python") + (defun company--capf-workaround () ;; For http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18067 (if (or (not (memq 'python-completion-complete-at-point completion-at-point-functions)) -- 2.39.2