Mercurial > emacs
comparison lisp/progmodes/python.el @ 91073:4bc33ffdda1a
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 902-908)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 131-137)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 261-262)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-278
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 27 Oct 2007 09:12:07 +0000 |
parents | bdb3fe0ba9fa 976bbfa1390d |
children | 880960b70474 |
comparison
equal
deleted
inserted
replaced
91072:74ab3ea909f9 | 91073:4bc33ffdda1a |
---|---|
1850 (length -1)) | 1850 (length -1)) |
1851 (catch 'done | 1851 (catch 'done |
1852 (while (or (null length-limit) | 1852 (while (or (null length-limit) |
1853 (null (cdr accum)) | 1853 (null (cdr accum)) |
1854 (< length length-limit)) | 1854 (< length length-limit)) |
1855 (setq start nil) | |
1856 (let ((started-from (point))) | 1855 (let ((started-from (point))) |
1857 (python-beginning-of-block) | 1856 (python-beginning-of-block) |
1858 (end-of-line) | 1857 (end-of-line) |
1859 (beginning-of-defun) | 1858 (beginning-of-defun) |
1860 (when (= (point) started-from) | 1859 (when (= (point) started-from) |