aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-12-05 03:32:55 +0000
committerGlenn Morris <[email protected]>2007-12-05 03:32:55 +0000
commit981ed8df13f7c8d1e03dd1c4376b2174f86e8002 (patch)
treeae4e0ca31370db5ccc3ace2a41e2a6c56b701110 /lisp/progmodes/python.el
parent24bbe01e0923dc85b2dd62f2c41f3a1fd07933b0 (diff)
(compilation-shell-minor-mode): Declare as a function.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index c6ee7f4174..0708bf7037 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1223,6 +1223,9 @@ local value.")
;; (modify-syntax-entry ?\" "." st)
st))
+;; Autoloaded.
+(declare-function compilation-shell-minor-mode "compile" (&optional arg))
+
;; Fixme: This should inherit some stuff from `python-mode', but I'm
;; not sure how much: at least some keybindings, like C-c C-f;
;; syntax?; font-locking, e.g. for triple-quoted strings?