From: Glenn Morris Date: Wed, 5 Dec 2007 03:32:55 +0000 (+0000) Subject: (compilation-shell-minor-mode): Declare as a function. X-Git-Tag: emacs-pretest-23.0.90~9088 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=981ed8df13f7c8d1e03dd1c4376b2174f86e8002;p=emacs.git (compilation-shell-minor-mode): Declare as a function. --- 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?