/[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.26 by monnier, Mon Mar 28 14:36:24 2005 UTC revision 1.27 by monnier, Tue Mar 29 14:12:23 2005 UTC
# Line 1127  Don't save anything for STR matching `in Line 1127  Don't save anything for STR matching `in
1127          ((string-match ".*\n" s)          ((string-match ".*\n" s)
1128           s)           s)
1129          ((or (eq t (compare-strings s nil nil "_emacs_ok\n" nil (length s)))          ((or (eq t (compare-strings s nil nil "_emacs_ok\n" nil (length s)))
1130               (eq t (compare-strings s nil nil "_emacs_out " nil               (let ((end (min (length "_emacs_out ") (length s))))
1131                                      (min (length "_emacs_out ") (length s)))))                 (eq t (compare-strings s nil end "_emacs_out " nil end))))
1132           (setq python-preoutput-leftover s)           (setq python-preoutput-leftover s)
1133           "")           "")
1134          (t s)))          (t s)))

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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