From 981ed8df13f7c8d1e03dd1c4376b2174f86e8002 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 5 Dec 2007 03:32:55 +0000 Subject: [PATCH] (compilation-shell-minor-mode): Declare as a function. --- lisp/progmodes/python.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index c6ee7f4174b..0708bf7037d 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? -- 2.39.2