/[emacs]/emacs/lisp/progmodes/python.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/python.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by rms, Tue Apr 26 11:01:52 2005 UTC revision 1.29 by monnier, Wed Jun 29 06:58:42 2005 UTC
# Line 949  See `python-check-command' for the defau Line 949  See `python-check-command' for the defau
949                                      (if name                                      (if name
950                                          (file-name-nondirectory name))))))))                                          (file-name-nondirectory name))))))))
951    (setq python-saved-check-command command)    (setq python-saved-check-command command)
952      (require 'compile)                    ;To define compilation-* variables.
953    (save-some-buffers (not compilation-ask-about-save) nil)    (save-some-buffers (not compilation-ask-about-save) nil)
954    (let ((compilation-error-regexp-alist    (let ((compilation-error-regexp-alist
955           (cons '("(\\([^,]+\\), line \\([0-9]+\\))" 1 2)           (cons '("(\\([^,]+\\), line \\([0-9]+\\))" 1 2)

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26