Index: emacs/lisp/progmodes/python.el
diff -c emacs/lisp/progmodes/python.el:1.28 emacs/lisp/progmodes/python.el:1.29
*** emacs/lisp/progmodes/python.el:1.28 Tue Apr 26 11:01:52 2005
--- emacs/lisp/progmodes/python.el      Wed Jun 29 06:58:42 2005
***************
*** 949,954 ****
--- 949,955 ----
                                    (if name
                                        (file-name-nondirectory name))))))))
    (setq python-saved-check-command command)
+   (require 'compile)                    ;To define compilation-* variables.
    (save-some-buffers (not compilation-ask-about-save) nil)
    (let ((compilation-error-regexp-alist
         (cons '("(\\([^,]+\\), line \\([0-9]+\\))" 1 2)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to