1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(python-current-defun): Remove left-over assignment to `start'.

This commit is contained in:
Stefan Monnier 2007-10-23 21:27:20 +00:00
parent 98228e72ca
commit d720f96e93
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/python.el (python-current-defun): Remove left-over
assignment to `start'.
2007-10-23 Juanma Barranquero <lekktu@gmail.com>
* ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather

View File

@ -1852,7 +1852,6 @@ of current line."
(while (or (null length-limit)
(null (cdr accum))
(< length length-limit))
(setq start nil)
(let ((started-from (point)))
(python-beginning-of-block)
(end-of-line)