]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-shell-minor-mode): Declare as a function.
authorGlenn Morris <rgm@gnu.org>
Wed, 5 Dec 2007 03:32:55 +0000 (03:32 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 5 Dec 2007 03:32:55 +0000 (03:32 +0000)
lisp/progmodes/python.el

index c6ee7f4174bb95d03a51917086296d8256454221..0708bf7037d0f130e0fd0af335b0fd9ac8cb4e93 100644 (file)
@@ -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?