diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index f54b7c9f928..66779acb103 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -65,7 +65,6 @@ | |||
| 65 | ;;; Code: | 65 | ;;; Code: |
| 66 | 66 | ||
| 67 | (eval-when-compile | 67 | (eval-when-compile |
| 68 | (require 'cl) | ||
| 69 | (require 'compile) | 68 | (require 'compile) |
| 70 | (require 'comint) | 69 | (require 'comint) |
| 71 | (require 'hippie-exp)) | 70 | (require 'hippie-exp)) |
| @@ -1224,6 +1223,9 @@ local value.") | |||
| 1224 | ;; (modify-syntax-entry ?\" "." st) | 1223 | ;; (modify-syntax-entry ?\" "." st) |
| 1225 | st)) | 1224 | st)) |
| 1226 | 1225 | ||
| 1226 | ;; Autoloaded. | ||
| 1227 | (declare-function compilation-shell-minor-mode "compile" (&optional arg)) | ||
| 1228 | |||
| 1227 | ;; Fixme: This should inherit some stuff from `python-mode', but I'm | 1229 | ;; Fixme: This should inherit some stuff from `python-mode', but I'm |
| 1228 | ;; not sure how much: at least some keybindings, like C-c C-f; | 1230 | ;; not sure how much: at least some keybindings, like C-c C-f; |
| 1229 | ;; syntax?; font-locking, e.g. for triple-quoted strings? | 1231 | ;; syntax?; font-locking, e.g. for triple-quoted strings? |
| @@ -1656,6 +1658,8 @@ instance. Assumes an inferior Python is running." | |||
| 1656 | 1658 | ||
| 1657 | ;;;; Info-look functionality. | 1659 | ;;;; Info-look functionality. |
| 1658 | 1660 | ||
| 1661 | (declare-function info-lookup-maybe-add-help "info-look" (&rest arg)) | ||
| 1662 | |||
| 1659 | (defun python-after-info-look () | 1663 | (defun python-after-info-look () |
| 1660 | "Set up info-look for Python. | 1664 | "Set up info-look for Python. |
| 1661 | Used with `eval-after-load'." | 1665 | Used with `eval-after-load'." |