diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index f54b7c9f928..4039a4f4a43 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1656,6 +1656,8 @@ instance. Assumes an inferior Python is running." | |||
| 1656 | 1656 | ||
| 1657 | ;;;; Info-look functionality. | 1657 | ;;;; Info-look functionality. |
| 1658 | 1658 | ||
| 1659 | (declare-function info-lookup-maybe-add-help "info-look" (&rest arg)) | ||
| 1660 | |||
| 1659 | (defun python-after-info-look () | 1661 | (defun python-after-info-look () |
| 1660 | "Set up info-look for Python. | 1662 | "Set up info-look for Python. |
| 1661 | Used with `eval-after-load'." | 1663 | Used with `eval-after-load'." |