Mercurial > emacs
changeset 87057:309e0523903f
(compilation-shell-minor-mode): Declare as a function.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 05 Dec 2007 03:32:55 +0000 |
parents | 36f4a8006531 |
children | 20301f27964f |
files | lisp/progmodes/python.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/python.el Wed Dec 05 03:32:13 2007 +0000 +++ b/lisp/progmodes/python.el Wed Dec 05 03:32:55 2007 +0000 @@ -1223,6 +1223,9 @@ ;; (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?