* progmodes/python.el (info-lookup-maybe-add-help):
[bpt/emacs.git] / lisp / progmodes / python.el
index f54b7c9..4039a4f 100644 (file)
@@ -1656,6 +1656,8 @@ instance.  Assumes an inferior Python is running."
 \f
 ;;;; Info-look functionality.
 
+(declare-function info-lookup-maybe-add-help "info-look" (&rest arg))
+
 (defun python-after-info-look ()
   "Set up info-look for Python.
 Used with `eval-after-load'."