emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 18b0414 103/173: Declare python-shell-get-process


From: Dmitry Gutov
Subject: [elpa] master 18b0414 103/173: Declare python-shell-get-process
Date: Thu, 23 Jun 2016 00:28:42 +0000 (UTC)

branch: master
commit 18b041423604a09939ce03d93c1af4d572629e33
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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 b840eba..2f2fba1 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]