diff options
| author | Miles Bader | 2007-12-06 09:51:45 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-06 09:51:45 +0000 |
| commit | 0bd508417142ff377f34aec8dcec9438d9175c2c (patch) | |
| tree | 4d60fe09e5cebf7d79766b11e9cda8cc1c9dbb9b /lisp/progmodes/python.el | |
| parent | 98fe991da804a42f53f6a5e84cd5eab18a82e181 (diff) | |
| parent | 9fb1ba8090da3528de56158a79bd3527d31c7f2f (diff) | |
| download | emacs-0bd508417142ff377f34aec8dcec9438d9175c2c.tar.gz emacs-0bd508417142ff377f34aec8dcec9438d9175c2c.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
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'." |