Mercurial > emacs
diff lisp/progmodes/python.el @ 90199:bb71c6cf2009
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 447-458)
- Update from CVS
- Update from CVS: lisp/subr.el (add-to-ordered-list): Doc fix.
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 83-85)
- Merge from emacs--cvs-trunk--0
- Update from CVS
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Thu, 30 Jun 2005 00:31:46 +0000 |
| parents | 08185296b491 1962e8146bf4 |
| children | f9a65d7ebd29 |
line wrap: on
line diff
--- a/lisp/progmodes/python.el Fri Jun 24 02:09:01 2005 +0000 +++ b/lisp/progmodes/python.el Thu Jun 30 00:31:46 2005 +0000 @@ -949,6 +949,7 @@ (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)
